1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix state cleanup for excise toolbar button

We were deleting the wrong tiddler
This commit is contained in:
Jermolene 2016-08-18 08:59:09 +01:00
parent ba2f831d8c
commit ffae85140f

View File

@ -37,7 +37,7 @@ title: $:/core/ui/EditorToolbar/excise-dropdown
tagnew={{$config-title$/tagnew}}
/>
<$action-deletetiddler
$tiddler=<<qualify "$:/state/Excise/NewTitle">>
$tiddler="$config-title$/new-title"
/>
<$action-deletetiddler
$tiddler=<<dropdown-state>>