Skip to content

Commit f838094

Browse files
authored
Update userscript.js
1 parent 3a92409 commit f838094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ export default async function({ addon }) {
388388
attachCloseHijack("modal");
389389
}
390390

391-
const ogSBCustomPrompt = ScratchBlocks.prompt;
391+
const ogSBCustomPrompt = ScratchBlocks.customPrompt;
392392
ScratchBlocks.customPrompt = function(...args) {
393393
ogSBCustomPrompt.call(this, ...args);
394394

0 commit comments

Comments
 (0)