mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-17 06:01:06 +00:00
gh-14619: Fixed split view drag opening new windows (gh-14621)
This commit is contained in:
@@ -898,7 +898,10 @@
|
||||
|
||||
handle_windowDragLeave(event) {
|
||||
// If relatedTarget exists, then we are still in the window
|
||||
if (event.relatedTarget) {
|
||||
if (
|
||||
event.relatedTarget ||
|
||||
event.target.id === "zen-split-view-fake-browser"
|
||||
) {
|
||||
return;
|
||||
}
|
||||
const canvas = this._tabbrowserTabs._dndCanvas;
|
||||
|
||||
Reference in New Issue
Block a user