mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Fix state cleanup for excise toolbar button
We were deleting the wrong tiddler
This commit is contained in:
parent
ba2f831d8c
commit
ffae85140f
@ -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>>
|
||||
|
Loading…
Reference in New Issue
Block a user