Patch cards to be draggable
Some checks failed
Package build / build (16.x) (push) Failing after 3m16s
Cypress / cypress (20.x, 8.2, stable31) (push) Failing after 4m56s
Integration tests / php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} (mysql, 8.1, master) (push) Failing after 3m58s
Integration tests / php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} (pgsql, 8.1, master) (push) Failing after 1m17s
Integration tests / php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} (sqlite, 8.1, master) (push) Failing after 1m33s
Node CI / build (14.x) (push) Failing after 2m44s
Some checks failed
Package build / build (16.x) (push) Failing after 3m16s
Cypress / cypress (20.x, 8.2, stable31) (push) Failing after 4m56s
Integration tests / php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} (mysql, 8.1, master) (push) Failing after 3m58s
Integration tests / php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} (pgsql, 8.1, master) (push) Failing after 1m17s
Integration tests / php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} (sqlite, 8.1, master) (push) Failing after 1m33s
Node CI / build (14.x) (push) Failing after 2m44s
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<CardCover v-if="showCardCover" :card-id="card.id" />
|
<CardCover v-if="showCardCover" :card-id="card.id" />
|
||||||
<div class="card-upper">
|
<div class="card-upper">
|
||||||
<h4 v-if="editingTitle === 0" key="title-view" dir="auto">
|
<h4 v-if="editingTitle === 0" key="title-view" dir="auto">
|
||||||
<span class="dragDisabled" contenteditable="false">{{ displayTitle }}</span>
|
<span contenteditable="false">{{ displayTitle }}</span>
|
||||||
</h4>
|
</h4>
|
||||||
<h4 v-if="editingTitle >= 1"
|
<h4 v-if="editingTitle >= 1"
|
||||||
key="title-edit"
|
key="title-edit"
|
||||||
|
|||||||
Reference in New Issue
Block a user