-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blockly developer tools block display is broken #6820
Comments
It could be that you have conflicting "names" in the editor workspace. If you see something like blue triangles next to the name, you should change that to something else. |
i dont have any conflicting names and it still doesnt show |
@rylid-umil Do you see this message on the left pane? |
Reproduction steps
Change the default
Click on
Console error:
In summary: even if you select a saved block from the "Block Library", the program considers it to be a duplicate of the "NAME". The preview cannot be displayed. |
Another external report: https://groups.google.com/g/blockly/c/AIC5qvOXAn4 |
@NeilFraser caused by Exporter importing these blocks:
|
A quick workaround is to rename the block to show the preview, then rename it back when done editing/viewing before clicking "Update" (if necessary) |
Another workaround is to clear local storage, then re-import your block library. |
Marking this as triage again because it appears to be preventing people from updating to the new block factory. |
I think this may be a duplicate of (or at least related to) #5570. |
Seems to be called from updateLanguage which marks the Blocklyblock as already created in Firefox but not in Chrome |
Check for duplicates
Description
when ever i load a block from block library on firefox, the preview does not show no matter what. its supposed to be there. when i create a new block however, it works fine. all other block displays work.
Reproduction steps
Stack trace
No response
Screenshots
Browsers
Firefox desktop
The text was updated successfully, but these errors were encountered: