blockly-samples
blockly-samples copied to clipboard
block-extension-tooltip not rendering tooltip correctly
Category Plugins
Component block-extension-tooltip
Describe the bug
Tooltip not rendering correctly when depending on Blockly beta (post goog.module
migration).
Expected:
Actual:
To Reproduce
Steps to reproduce the behavior:
-
npm install blockly@beta
- Run
blocky-extension-tooltip
withnpm run start
The monkey patch is touching some private properties :/
I made this plugin private in #983 so that it doesn't get published again until we sort this out. So when we do fix this, we need to remember to remove that from the package.json. Also, in src/index.ts
we need to import from blockly/core
instead of blockly
.
@maribethb can this be closed, or are you waiting until you implement your plan for deprecating?
Remaining work: deprecate and remove the plugin