Skip to content

Commit

Permalink
Invert icons in mobile piano roll editor to reduce confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
igorski committed Dec 16, 2023
1 parent 8b3f3ab commit 6ebf111
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
type="button"
class="piano-roll__table-touch-mode-toggle"
@click="toggleTouchMode()"
><img v-if="isPanMode" src="@/assets/icons/icon-pencil.svg" /><img v-else src="@/assets/icons/icon-drag.svg" /></button>
><img v-if="isPanMode" src="@/assets/icons/icon-drag.svg" /><img v-else src="@/assets/icons/icon-pencil.svg" /></button>
</tbody>
<div
class="piano-roll__sequencer-position"
Expand Down

0 comments on commit 6ebf111

Please sign in to comment.