Skip to content

Commit db663fb

Browse files
Merge pull request #1343 from nextcloud/fix/noid/attributes-order
Fix attributes order
2 parents ccd69fc + 38cf170 commit db663fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TaskBody.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
2222

2323
<template>
2424
<li v-show="showTask"
25+
ref="taskItem"
2526
:task-id="task.uri"
2627
:class="{
2728
done: task.completed,
@@ -33,7 +34,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
3334
}"
3435
:data-priority="[task.priority]"
3536
class="task-item"
36-
ref="taskItem"
3737
@dragstart="dragStart($event)">
3838
<div :task-id="task.uri"
3939
:class="{active: isTaskOpen()}"

0 commit comments

Comments
 (0)