Skip to content

Commit 15870be

Browse files
committed
feat(taskList): limit drag and drop to handle
1 parent cfcc3cf commit 15870be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-src/scripts/task-list/task-list-d.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
<div class="first-line"
1414
layout="row"
15-
as-sortable-item-handle
1615
layout-align="space-between center">
1716
<md-button class="md-icon-button "
1817
aria-label="is updated"
@@ -30,6 +29,7 @@
3029

3130
<ng-md-icon class="handle"
3231
flex="none"
32+
as-sortable-item-handle
3333
icon="drag_handle"></ng-md-icon>
3434

3535
<md-button class="md-icon-button play-btn"

0 commit comments

Comments
 (0)