Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
fix: Multrin tab stays when detaching in some cases
Browse files Browse the repository at this point in the history
Closes #94
  • Loading branch information
sentialx committed Dec 15, 2019
1 parent 61f959f commit bdfecfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/windows/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ export class AppWindow extends BrowserWindow {
}, 50);

this.draggedContainer = null;
this.detached = false;
this.draggedIn = false;
});
}
Expand Down

0 comments on commit bdfecfa

Please sign in to comment.