* do not allow to drag the task by its note

This commit is contained in:
Max Pozdeev 2021-04-21 14:35:38 +03:00
parent 8ad3362693
commit 5a89c7ee9f

View file

@ -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,