Skip to content

Commit a281c9c

Browse files
authored
Update userscript just in case
1 parent b8ddff8 commit a281c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/addons/cat-blocks/userscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export default async function ({ addon, console }) {
276276
this.sa_catBlockConstructor();
277277
}
278278
const r = originalRenderDraw.call(this, ...args);
279-
if (this.output_ !== undefined) return r;
279+
if (this.output_ !== undefined || this.isInMutator) return r;
280280
if (!this.outputConnection && !this.previousConnection) {
281281
this.initCatStuff();
282282
}

0 commit comments

Comments
 (0)