We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c66f24 commit 5ace89dCopy full SHA for 5ace89d
src/addons/addons/toolbox-category-drag/userscript.js
@@ -1,6 +1,9 @@
1
// Toolbox Category Drag
2
// By: SharkPool
3
-export default async function () {
+export default async function ({ addon }) {
4
+ // wait for scratchblocks to be defined
5
+ await addon.tab.traps.getBlockly();
6
+
7
const COMMENT_TRAPPER_ID = "--Category_Order_ADDON-config";
8
const soup = "!#%()*+,-./:;=?@[]^_`{|}~ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
9
0 commit comments