* disable preview by tag

This commit is contained in:
maxpozdeev 2023-10-01 21:52:41 +03:00
parent 6eac80ee1d
commit 0b743618ea

View file

@ -66,7 +66,7 @@ var mytinytodo = window.mytinytodo = _mtt = {
openList: 0,
autotag: false,
instantSearch: true,
tagPreview: true,
tagPreview: false,
tagPreviewDelay: 700, //milliseconds
ajaxAnimationDelay: 200,
saveShowNotes: false,