Skip to content

Commit 275a942

Browse files
authored
Test if I need to use proto
1 parent dfa04c9 commit 275a942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/addons/addons/editor-animations/userscript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ export default async function({ addon }) {
430430
}
431431

432432
/* addon modal API */
433+
console.log(addon.tab)
433434
const ogAddonPrompt = addon.tab.prompt;
434435
addon.tab.prompt = function(...args) {
435436
const modal = ogAddonPrompt.call(this, ...args);

0 commit comments

Comments
 (0)