Skip to content

Commit

Permalink
#82 ungroup button added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AgriyaDev5 committed Mar 12, 2021
1 parent d173a3d commit 9037eb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ <h3 id="layersLabel">Layers</h3>
<div class="push_button" id="tool_unlink_use" title="Break link to reference element (make unique)"></div>
</div> <!-- use_panel -->
<div id="g_panel">
<div class="push_button" id="tool_ungroup" title="Ungroup Elements [G]"></div>
<se-button id="tool_ungroup" title="Ungroup Elements [G]" src="./images/ungroup.svg">
</se-button>
</div> <!-- g_panel -->
<!-- For anchor elements -->
<div id="a_panel">
Expand Down

0 comments on commit 9037eb0

Please sign in to comment.