Skip to content

Commit

Permalink
move the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Jun 27, 2023
1 parent f9987b3 commit ccb9324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/LukeManiaStudios/AllMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

vm.removeListener('BLOCKSINFO_UPDATE', refreshMenus);

// Based on code by @Xeltalliv
let blockMenu = [];
// @ts-expect-error - ScratchBlocks not typed yet
// eslint-disable-next-line no-undef
Expand All @@ -51,6 +50,7 @@
blockMenu = blockMenu.join('');
console.log(blockMenu);

// Based on code by @Xeltalliv
const menu = function (isInitialSetup, isStage, targetId) {
return `
<category name="All Menus" id="lmsAllMenus" colour="#4C97FF" secondaryColour="#3373CC">
Expand Down

0 comments on commit ccb9324

Please sign in to comment.