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
Expected behavior
The toolbox definition should still have a custom category.
Additional context
This bug is frustrating when creating a simple flyout with a custom category. In this case a user needs to be able to refresh their flyout when the contents in the custom category have changed. They should be able to do this by calling: workspace.getFlyout().show(workspace.options.languageTree)
However, this doesn't work because the custom category has been replaced by the button so the flyout will not update.
The text was updated successfully, but these errors were encountered:
Describe the bug
When flyout.show() is given a custom category it changes the original toolbox tree found on workspace.options.languageTree.
To Reproduce
Blockly.getMainWorkspace().options.languageTree
in the console.Expected behavior
The toolbox definition should still have a custom category.
Additional context
This bug is frustrating when creating a simple flyout with a custom category. In this case a user needs to be able to refresh their flyout when the contents in the custom category have changed. They should be able to do this by calling:
workspace.getFlyout().show(workspace.options.languageTree)
However, this doesn't work because the custom category has been replaced by the button so the flyout will not update.
The text was updated successfully, but these errors were encountered: