Clear invalid taskbar actions when changing notebook providers. (#20446)

This commit is contained in:
Cory Rivera
2022-08-24 12:01:41 -07:00
committed by GitHub
parent 5f04de6f1c
commit 1a094ba6a9
2 changed files with 16 additions and 25 deletions

View File

@@ -162,4 +162,7 @@ export class Taskbar {
this.actionBar.dispose();
}
public clear(): void {
this.actionBar.clear();
}
}