We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3636fed + 8b004e5 commit 5659a0bCopy full SHA for 5659a0b
tools/override.js
@@ -121,7 +121,7 @@ export class RenderOverride extends EmptyRenderOverride {
121
case 'api:contentScripts.ContentScript.world':
122
return !this.#majorVersion || this.#majorVersion >= 111;
123
case 'api:action.openPopup':
124
- return !this.#majorVersion || this.#majorVersion >= 126;
+ return !this.#majorVersion || this.#majorVersion >= 127;
125
case 'api:contextMenus.OnClickData':
126
case 'api:notifications.NotificationBitmap':
127
case 'api:sidePanel.getPanelBehavior':
0 commit comments