mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* do not allow to drag the task by its note
This commit is contained in:
parent
8ad3362693
commit
5a89c7ee9f
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ var mytinytodo = window.mytinytodo = _mtt = {
|
|||
|
||||
$("#tasklist").sortable({
|
||||
items: '> :not(.task-completed)',
|
||||
cancel: 'span,input,a,textarea',
|
||||
cancel: 'span,input,a,textarea,.task-note',
|
||||
delay: 150,
|
||||
start: tasklistSortStart,
|
||||
update: tasklistSortUpdated,
|
||||
|
|
|
|||
Loading…
Reference in a new issue