mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
Clear invalid taskbar actions when changing notebook providers. (#20446)
This commit is contained in:
@@ -162,4 +162,7 @@ export class Taskbar {
|
||||
this.actionBar.dispose();
|
||||
}
|
||||
|
||||
public clear(): void {
|
||||
this.actionBar.clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user