Skip to content

Commit 9d7fc57

Browse files
authored
debug im getting mad
1 parent b0a71a0 commit 9d7fc57

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.tabClass);
433434
const ogAddonPrompt = addon.tabClass.prompt;
434435
addon.tabClass.prompt = function(...args) {
435436
const modal = ogAddonPrompt.call(this, ...args);

0 commit comments

Comments
 (0)