* do not allow to drag the task by its note

This commit is contained in:
Max Pozdeev 2021-04-21 14:53:32 +03:00
parent 5a89c7ee9f
commit 85e03c42f1

View file

@ -467,7 +467,7 @@ var mytinytodo = window.mytinytodo = _mtt = {
$("#tasklist").sortable({
items: '> :not(.task-completed)',
cancel: 'span,input,a,textarea,.task-note',
cancel: 'span,input,a,textarea,.task-note-block',
delay: 150,
start: tasklistSortStart,
update: tasklistSortUpdated,