mirror of
https://github.com/poanse/obsidian-taskmap.git
synced 2026-07-22 06:05:58 +00:00
trigger save on branch hide/unhide
This commit is contained in:
parent
a372cdcbeb
commit
0db66137ca
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
function hidePressed(event: PointerEvent) {
|
||||
context.versionedData.toggleHidden(taskId);
|
||||
context.save();
|
||||
event.stopPropagation();
|
||||
context.finishTaskDragging(event, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue