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
custom-tooltips-demo
Problem
This example has a dependency on the dev-tools plugin, which adds the advanced playground to the demo page. The advanced playground is not necessary for the demo. Having a dependency on a plugin in examples/ makes it hard to keep the example up to date, because it can't be updated until after the plugin is actually published.
Request
The custom-tooltips-demo should be updated to manually inject a regular Blockly workspace instead of using the advanced playground.
When this is done, the description field in package.json should also be updated, as instructing the user to select the default toolbox only applies to the advanced playgroudn.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Check for duplicates
Component
custom-tooltips-demo
Problem
This example has a dependency on the dev-tools plugin, which adds the advanced playground to the demo page. The advanced playground is not necessary for the demo. Having a dependency on a plugin in
examples/
makes it hard to keep the example up to date, because it can't be updated until after the plugin is actually published.Request
The
custom-tooltips-demo
should be updated to manually inject a regular Blockly workspace instead of using the advanced playground.When this is done, the description field in
package.json
should also be updated, as instructing the user to select thedefault
toolbox only applies to the advanced playgroudn.Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: