mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 07:26:54 +00:00
Revert "Add navigation support to the edit template"
For some reason this is causing the focus to be repeatedly set to
the title field when editing a tiddler's text. Let's revert it for
now.
See Issue #1527.
This reverts commit fdc635007b
.
This commit is contained in:
parent
1e02df61d0
commit
5713e48541
@ -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…
Reference in New Issue
Block a user