Skip to content

Commit 8e45d9e

Browse files
authored
custom block shape addon -- reset icon size when disabled
1 parent 75a53de commit 8e45d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/addons/custom-block-shape/userscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export default async function ({ addon, console }) {
351351

352352
addon.self.addEventListener("disabled", () => {
353353
// Scratch 3.0 blocks
354-
applyAndUpdate(100, 100, 100);
354+
applyAndUpdate(100, 100, 100, 100);
355355
});
356356

357357
addon.self.addEventListener("reenabled", () => applyAndUpdate());

0 commit comments

Comments
 (0)