mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-27 00:41:31 +00:00
gh-13761: Fixed closing a split view selecting it on other windows (gh-13790)
This commit is contained in:
@@ -2294,7 +2294,7 @@ class nsZenViewSplitter extends nsZenDOMOperatedFeature {
|
||||
// Unsplit the tab and exit from the drag view
|
||||
this.dropZone?.removeAttribute("enabled");
|
||||
this.disableTabRearrangeView(event);
|
||||
this.removeTabFromSplit(browserContainer);
|
||||
this.removeTabFromSplit(event, browserContainer);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user