Skip to content

Commit

Permalink
💄 hide controls for mobile in action mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Mar 15, 2022
1 parent 6fdb091 commit 49d52d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/annotation/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
></q-select>
</q-item-section>
</q-item>
<q-item v-if="q.platform.has.touch">
<q-item v-if="q.platform.has.touch && annotationStore.mode !== 'action'">
<q-item-section>
<q-toggle
v-model="delMode"
Expand Down

0 comments on commit 49d52d5

Please sign in to comment.