From bdfecfaa0bcf4e9c7bf794ff246b8a769f40f988 Mon Sep 17 00:00:00 2001 From: Sential Date: Sun, 15 Dec 2019 23:05:32 +0100 Subject: [PATCH] fix: Multrin tab stays when detaching in some cases Closes #94 --- src/main/windows/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/windows/app.ts b/src/main/windows/app.ts index 50f2d08..36e9348 100644 --- a/src/main/windows/app.ts +++ b/src/main/windows/app.ts @@ -261,7 +261,6 @@ export class AppWindow extends BrowserWindow { }, 50); this.draggedContainer = null; - this.detached = false; this.draggedIn = false; }); }