You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for similar issues before opening a new one.
Description
I found that the plugin will fail in Blockly 11.2.0.
I tested the following fix in a local branch.
Replace the line: if (!Blockly.ContextMenuRegistry.registry.registry_.workspaceSelectAll) {
with if (!Blockly.ContextMenuRegistry.registry.getItem('workspaceSelectAll')) {
That was the line throwing the error.
I tested this fix in Blockly 11.0.0, 11.1.1, and 11.2.0
Reproduction steps
Try the plugin with Blockly 11.2.0
Note the error.
Stack trace
No response
Screenshots
No response
Browsers
No response
The text was updated successfully, but these errors were encountered:
Check for duplicates
Description
I found that the plugin will fail in Blockly 11.2.0.
I tested the following fix in a local branch.
Replace the line:
if (!Blockly.ContextMenuRegistry.registry.registry_.workspaceSelectAll) {
with
if (!Blockly.ContextMenuRegistry.registry.getItem('workspaceSelectAll')) {
That was the line throwing the error.
I tested this fix in Blockly 11.0.0, 11.1.1, and 11.2.0
Reproduction steps
Stack trace
No response
Screenshots
No response
Browsers
No response
The text was updated successfully, but these errors were encountered: