Skip to content

Commit

Permalink
make inaccessible items non-draggable
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Mar 29, 2024
1 parent d6ae60e commit a5b208b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/History/Content/ContentItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ function unexpandedClick(event: Event) {
:data-state="dataState"
tabindex="0"
role="button"
draggable
:draggable="props.item.accessible === false ? false : true"
@dragstart="onDragStart"
@dragend="onDragEnd"
@keydown="onKeyDown">
Expand Down

0 comments on commit a5b208b

Please sign in to comment.