Skip to content

Commit 2cafcb5

Browse files
authored
Merge pull request #7765 from nextcloud/7279-drag-cards-by-dragging-them-over-the-title-text-instead-of-selecting-it
Remove `dragDisabled` class to prevent accidential text selection when dragging a card
2 parents 99938c3 + babb8e0 commit 2cafcb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/cards/CardItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<CardCover v-if="showCardCover" :card-id="card.id" />
2121
<div class="card-upper">
2222
<h4 v-if="editingTitle === 0" key="title-view" dir="auto">
23-
<span class="dragDisabled" contenteditable="false">{{ displayTitle }}</span>
23+
<span contenteditable="false">{{ displayTitle }}</span>
2424
</h4>
2525
<h4 v-if="editingTitle >= 1"
2626
key="title-edit"

0 commit comments

Comments
 (0)