Skip to content

Commit

Permalink
fix move commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Feb 27, 2024
1 parent 6a99024 commit 6a9999a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,16 +250,16 @@
<button class="tool-button" data-command="mirrotVertical" title="mirror vertical"
style="background-image: url('./assets/images/layout/MirrowVertical.svg'); background-size: cover; background-size: 80%;background-repeat: no-repeat;background-position: center;"
disabled></button>
<button class="tool-button" data-command="bringToBack" title="bring to back"
<button class="tool-button" data-command="moveToBack" title="bring to back"
style="background-image: url('./assets/images/layout/BringToBack.svg'); background-size: cover; background-size: 80%;background-repeat: no-repeat;background-position: center;"
disabled></button>
<button class="tool-button" data-command="bringToFront" title="bring to front"
<button class="tool-button" data-command="moveToFront" title="bring to front"
style="background-image: url('./assets/images/layout/BringToFront.svg'); background-size: cover; background-size: 80%;background-repeat: no-repeat;background-position: center;"
disabled></button>
<button class="tool-button" data-command="bringOneToBack" title="bring one to back"
<button class="tool-button" data-command="moveBackward" title="bring one to back"
style="background-image: url('./assets/images/layout/BringOneToBack.svg'); background-size: cover; background-size: 80%;background-repeat: no-repeat;background-position: center;"
disabled></button>
<button class="tool-button" data-command="bringOneToFront" title="bring one to front"
<button class="tool-button" data-command="moveForward" title="bring one to front"
style="background-image: url('./assets/images/layout/BringOneToFront.svg'); background-size: cover; background-size: 80%;background-repeat: no-repeat;background-position: center;"
disabled></button>
<button class="tool-button" data-command="rotateCounterClockwise" title="rotate counter clockwise"
Expand Down

0 comments on commit 6a9999a

Please sign in to comment.