BlockFactory: Fixing incorrect <button> html (#1622)

Applies changes suggested in #1176, based off of develop.
This commit is contained in:
Andrew n marshall
2018-02-20 13:00:44 -08:00
committed by GitHub
parent f45c6faf05
commit 2aadfa6ac2

View File

@@ -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>