mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
BlockFactory: Fixing incorrect <button> html (#1622)
Applies changes suggested in #1176, based off of develop.
This commit is contained in:
committed by
GitHub
parent
f45c6faf05
commit
2aadfa6ac2
@@ -71,7 +71,7 @@
|
||||
<a id="dropdown_addAllFromLib" title="Select all block library blocks.">All Stored in Block Library</a>
|
||||
<a id="dropdown_addAllUsed" title="Select all block library blocks used in workspace factory.">All Used in Workspace Factory</a>
|
||||
</div>
|
||||
<button id="clearSelectedButton" title="Clear selected blocks.">Clear Selected</a>
|
||||
<button id="clearSelectedButton" title="Clear selected blocks.">Clear Selected</button>
|
||||
</div>
|
||||
|
||||
<div id="blockSelector"></div>
|
||||
|
||||
Reference in New Issue
Block a user