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

@@ -20,7 +20,7 @@
min-width: 0;
border-radius: var(--border-radius-medium);
box-shadow: var(--zen-sidebar-notification-shadow);
font-size: var(--font-size-medium);
font-size: 12px;
}
.zen-sidebar-notification-header {

View File

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