Skip to content

Commit 2a02af2

Browse files
author
minjk-bl
committed
Fix logic block's hidden blocks usable
1 parent d5dacbb commit 2a02af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualpython/js/menu/MenuFrame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ define([
257257
}
258258
} else {
259259
// functions : MenuItem
260+
that.menuLibrariesFlatten.push(child);
260261
if (!child.hide) {
261-
that.menuLibrariesFlatten.push(child);
262262
var menuItem = new MenuItem($(body), child);
263263
}
264264
}

0 commit comments

Comments
 (0)