mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 15:57:03 +00:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
title: $:/core/ui/EditorToolbar/undo
|
|
tags: $:/tags/EditorToolbar
|
|
icon: $:/core/images/undo
|
|
caption: {{$:/language/Buttons/Undo/Caption}}
|
|
description: {{$:/language/Buttons/Undo/Hint}}
|
|
condition: [<targetTiddler>!is[image]]
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="undo"
|
|
/>
|