fix: prevent new window when shift-clicking links in split view glance, b=closes https://github.com/zen-browser/desktop/issues/11409, p=#11424

Co-authored-by: Nihal <121309701+nihalxkumar@users.noreply.github.com>
This commit is contained in:
mr. m
2025-11-25 17:55:05 +01:00
committed by GitHub
parent 58c4533939
commit 8d12ade0bf
6 changed files with 17 additions and 6 deletions

View File

@@ -51,6 +51,9 @@ let JSWINDOWACTORS = {
keydown: {
capture: true,
},
click: {
capture: true,
},
},
},
allFrames: true,