The lastContextMenu
is not initialized leading to a crash when a item in ContextMenu is clicked on
#28
Labels
bug
Something isn't working
as discussed in #27 , after v9 the context menu is imported and hence not accessible to hookup directly, instead of using that we can hook
_Blockly.getMainWorkspace().showContextMenu
as that calls toContextMenu.show()
in the endI am able to fix the crash by doing this
The text was updated successfully, but these errors were encountered: