From 9c4087fe38b9e089977e5096102b74d4c8f95348 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Thu, 23 Nov 2023 23:18:24 +0300 Subject: [PATCH] - handle more area to start manual sorting of tasks --- 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 3e65907..818e4fe 100644 --- a/src/content/mytinytodo.js +++ b/src/content/mytinytodo.js @@ -1230,7 +1230,7 @@ function prepareTaskBlocks(item) '' + prepareTaskTitleInlineHtml(item.title) + ' ' + (curList.id == -1 ? ''+ tabLists.get(item.listId).name +'' : '') + '' + prepareTagsStr(item) + '' + - '' + prepareInlineDate(item) + '' + + '
' + prepareInlineDate(item) + '
' + '' + '
' + prepareDueDate(item) + "
" + '' +