fixed #7081 - laggy tab open/close animation

This commit is contained in:
Eugene Pankov
2022-11-01 16:38:17 +01:00
parent 8d10bc1a78
commit 856c042bb8
3 changed files with 51 additions and 32 deletions

View File

@@ -25,7 +25,7 @@ title-bar(
[index]='idx',
[tab]='tab',
[active]='tab == app.activeTab',
@animateTab,
[@animateTab]='{value: "in", params: {size: targetTabSize}}',
[@.disabled]='hasVerticalTabs() || !config.store.accessibility.animations',
(click)='app.selectTab(tab)',
[class.fully-draggable]='hostApp.platform != Platform.macOS',