From 0b743618ea530bfb833f616a9121a0baa6047259 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Sun, 1 Oct 2023 21:52:41 +0300 Subject: [PATCH] * disable preview by tag --- src/content/mytinytodo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/mytinytodo.js b/src/content/mytinytodo.js index 5228596..91e21cb 100644 --- a/src/content/mytinytodo.js +++ b/src/content/mytinytodo.js @@ -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,