1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix css selector for edit template new field (#4783)

This commit is contained in:
Simon Huber 2020-07-31 15:49:09 +02:00 committed by GitHub
parent 7acb9a255b
commit 84b6a85293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ $:/config/EditTemplateFields/Visibility/$(currentField)$
\end
\define current-tiddler-new-field-selector()
[data-tiddler-title="$(currentTiddlerCSSescaped)$"] .tc-edit-field-add-name input
[data-tiddler-title="$(currentTiddlerCSSescaped)$"] .tc-edit-field-add-name-wrapper input
\end
\define new-field-actions()