mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fix urls in task title were unclickable
This commit is contained in:
parent
476abbd08b
commit
c597b07559
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ var mytinytodo = window.mytinytodo = _mtt = {
|
|||
$("#tasklist").disableSelection();
|
||||
$("#tasklist").sortable('option', {
|
||||
axis: 'y',
|
||||
delay: 0,
|
||||
delay: 50,
|
||||
cancel: 'input',
|
||||
distance: 0
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue