Skip to content

Commit 9a25983

Browse files
authored
for now disable toolbar animation (microsoft#162368)
microsoft#162292
1 parent 82ac904 commit 9a25983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/actions/browser/toolbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export class WorkbenchToolBar extends ToolBar {
194194
}
195195
}
196196

197-
this.getElement().classList.toggle('config', true);
197+
// this.getElement().classList.toggle('config', true);
198198

199199
this._contextMenuService.showContextMenu({
200200
getAnchor: () => e,

0 commit comments

Comments
 (0)