mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 21:09:57 +00:00
Update import.tid to delete the state tiddler for "select all" (#8399)
The leftover after canceling import operation is deleted now by adding: ``` <$action-deletetiddler $tiddler="$:/state/import/select-all"/> ```
This commit is contained in:
parent
e4041866e8
commit
fcb28df82c
@ -6,6 +6,7 @@ title: $:/core/ui/ViewTemplate/body/import
|
|||||||
\whitespace trim
|
\whitespace trim
|
||||||
<$action-confirm $message={{$:/language/Import/Listing/Cancel/Warning}} >
|
<$action-confirm $message={{$:/language/Import/Listing/Cancel/Warning}} >
|
||||||
<$action-deletetiddler $tiddler=<<currentTiddler>>/>
|
<$action-deletetiddler $tiddler=<<currentTiddler>>/>
|
||||||
|
<$action-deletetiddler $tiddler="$:/state/import/select-all"/>
|
||||||
<$action-sendmessage $message="tm-close-tiddler" title=<<currentTiddler>>/>
|
<$action-sendmessage $message="tm-close-tiddler" title=<<currentTiddler>>/>
|
||||||
</$action-confirm>
|
</$action-confirm>
|
||||||
\end
|
\end
|
||||||
|
Loading…
Reference in New Issue
Block a user