mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-23 23:11:35 +00:00
13 lines
579 B
C++
13 lines
579 B
C++
diff --git a/devtools/startup/DevToolsStartup.sys.mjs b/devtools/startup/DevToolsStartup.sys.mjs
|
|
index 7d26af162be5620649ff36d7cf7d3835a8ac7a20..c0fbd46c22f1eacc82058919714174d15e8106f1 100644
|
|
--- a/devtools/startup/DevToolsStartup.sys.mjs
|
|
+++ b/devtools/startup/DevToolsStartup.sys.mjs
|
|
@@ -816,6 +816,7 @@ DevToolsStartup.prototype = {
|
|
// account (see bug 832984).
|
|
const mainKeyset = doc.getElementById("mainKeyset");
|
|
mainKeyset.parentNode.insertBefore(keyset, mainKeyset);
|
|
+ window.dispatchEvent(new window.Event("zen-devtools-keyset-added"));
|
|
},
|
|
|
|
/**
|