mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-08 10:12:37 -08:00
Merge pull request #1533 from simonbaird/master
Revert "Add navigation support to the edit template"
This commit is contained in:
commit
eb2b877b9b
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ title: $:/core/ui/EditTemplate
|
|||
\define frame-classes()
|
||||
tc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$
|
||||
\end
|
||||
<$link tag="div" draggable="no" tabindex="1" class=<<frame-classes>>>
|
||||
<div class=<<frame-classes>>>
|
||||
<$set name="storyTiddler" value=<<currentTiddler>>>
|
||||
<$keyboard key="escape" message="tm-cancel-tiddler">
|
||||
<$keyboard key="ctrl+enter" message="tm-save-tiddler">
|
||||
|
|
@ -13,4 +13,4 @@ tc-tiddler-frame tc-tiddler-edit-frame $(missingTiddlerClass)$ $(shadowTiddlerCl
|
|||
</$keyboard>
|
||||
</$keyboard>
|
||||
</$set>
|
||||
</$link>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue