mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-26 00:11:35 +00:00
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:
@@ -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 {
|
||||
|
||||
@@ -51,6 +51,9 @@ let JSWINDOWACTORS = {
|
||||
keydown: {
|
||||
capture: true,
|
||||
},
|
||||
click: {
|
||||
capture: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
allFrames: true,
|
||||
|
||||
Reference in New Issue
Block a user