mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
no-bug: Support glane right click event register (gh-13379)
This commit is contained in:
@@ -498,7 +498,7 @@ groupbox h2 {
|
||||
#category-ai-features,
|
||||
#setting-control-supportFirefox,
|
||||
.mission-message,
|
||||
html|setting-group[data-subcategory="layout"] {
|
||||
html|setting-group:is([data-subcategory="layout"], [groupid="support"]) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -50,6 +50,9 @@ export class ZenGlanceChild extends JSWindowActorChild {
|
||||
|
||||
#sendClickDataToParent(node, originalTarget) {
|
||||
if (!node) {
|
||||
node = originalTarget;
|
||||
}
|
||||
if (!node?.getBoundingClientRect) {
|
||||
return;
|
||||
}
|
||||
// Get the largest element we can get. If the `A` element
|
||||
|
||||
Reference in New Issue
Block a user