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.
Component
Continuous Toolbox plugin
Description
The flyout API is changing in Blockly v12 (see google/blockly#8601), and the continuous toolbox plugin will need to be updated for compatibility. Most of the needed changes have already been made in gonfunko/scratch-blocks#209 (review) and will just need to be backported, but we'll need to coordinate merging/publishing to coincide with the v12 release.
Reproduction steps
No response
Stack trace
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
ContinuousToolbox.getInitialFlyoutContents_() should also be refactored to allow subclasses to make changes. It should probably call a conversion function for each item, which subclasses could override to support additional types of flyout items or just delegate to super.
Check for duplicates
Component
Continuous Toolbox plugin
Description
The flyout API is changing in Blockly v12 (see google/blockly#8601), and the continuous toolbox plugin will need to be updated for compatibility. Most of the needed changes have already been made in gonfunko/scratch-blocks#209 (review) and will just need to be backported, but we'll need to coordinate merging/publishing to coincide with the v12 release.
Reproduction steps
No response
Stack trace
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: