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
The Download Screenshot contextual menu item (on the workspace) is broken in the develop branch.
To Reproduce
Open the playground on the develop branch
Add some blocks
Right click on the workspace and choose the Download Screenshot contextual menu item.
Expected behavior
A screenshot of the workspace is downloaded. Instead, the following is logged to the console and nothing visibly happens:
playground.html?dir=rtl&toolbox=categories:245 Uncaught TypeError: Blockly.downloadScreenshot is not a function
at Object.callback (playground.html:245:15)
at Object.actionHandler (:8080/core/contextmenu.js:158:16)
at MenuItem.performAction (:8080/core/menuitem.js:276:12)
at Menu.handleClick_ (:8080/core/menu.js:387:16)
at HTMLDivElement.wrapFunc (:8080/core/browser_events.js:86:14)
The text was updated successfully, but these errors were encountered:
Note that we should probably fix this, but if it breaks its fine. The download screenshot thing isn't something we actually provide, it was just a prototype sam built.
Describe the bug
The Download Screenshot contextual menu item (on the workspace) is broken in the develop branch.
To Reproduce
Expected behavior
A screenshot of the workspace is downloaded. Instead, the following is logged to the console and nothing visibly happens:
The text was updated successfully, but these errors were encountered: