Skip to content

Commit

Permalink
#49 the x button does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
AgriyaDev5 committed Jan 7, 2021
1 parent b0408d6 commit 975bea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3 id="layersLabel">Layers</h3>
</se-list-item>
</se-list>
<div id="xy_panel" class="toolset">
<se-spin-input id="selected_x" data-attr:="x" size="4" type="text" label="x:" title="Change X coordinate">
<se-spin-input id="selected_x" data-attr="x" size="4" type="text" label="x:" title="Change X coordinate">
</se-spin-input>
<se-spin-input id="selected_y" data-attr="y" size="4" type="text" label="y:" title="Change Y coordinate">
</se-spin-input>
Expand Down

0 comments on commit 975bea6

Please sign in to comment.