for now disable toolbar animation (#162368)

https://github.com/microsoft/vscode/issues/162292
This commit is contained in:
Johannes Rieken 2022-09-29 17:54:03 +02:00 committed by GitHub
parent 82ac904296
commit 9a25983e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ export class WorkbenchToolBar extends ToolBar {
}
}
this.getElement().classList.toggle('config', true);
// this.getElement().classList.toggle('config', true);
this._contextMenuService.showContextMenu({
getAnchor: () => e,