From d6bdecb9c4f9213c95b00f989322fba093c34342 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 20 Aug 2023 19:13:25 +0200 Subject: [PATCH] macOS: dragging window by tab headers no longer possible after electron update --- tabby-core/src/components/appRoot.component.pug | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tabby-core/src/components/appRoot.component.pug b/tabby-core/src/components/appRoot.component.pug index ae7ffc3c..760f2977 100644 --- a/tabby-core/src/components/appRoot.component.pug +++ b/tabby-core/src/components/appRoot.component.pug @@ -35,8 +35,7 @@ title-bar( [@animateTab]='{value: "in", params: {size: targetTabSize}}', [@.disabled]='hasVerticalTabs() || !config.store.accessibility.animations', (click)='app.selectTab(tab)', - [class.fully-draggable]='hostApp.platform != Platform.macOS', - [class.drag-region]='hostApp.platform == Platform.macOS && !(app.tabDragActive$|async)', + [class.fully-draggable]='hostApp.platform != Platform.macOS' ) .btn-group.background @@ -65,7 +64,7 @@ title-bar( (transfersChange)='onTransfersChange()' ) - .drag-space.background([class.persistent]='config.store.appearance.frame == "thin" && hostApp.platform != Platform.macOS') + .drag-space.background([class.persistent]='config.store.appearance.frame == "thin"') .btn-group.background .d-flex(