Skip to content

Commit

Permalink
Only enable drag-to-reorder when edit mode is off (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Mar 14, 2023
1 parent 31ce92b commit d534ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/renderer/components/SidePanel/artboardEditable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
v-model="artboardsGetSet"
:group="{ name: 'artboards', pull: true, put: true }"
:animation="150"
:disabled="editMode === true"
>
<div v-for="artboard in artboards" :key="artboard.id" class="artboard-tab">
<!-- Editing state -->
Expand Down

0 comments on commit d534ad1

Please sign in to comment.