mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-28 00:00:48 -07:00
Allow "yes" as a synonym of "true"
For consistency
This commit is contained in:
parent
f470c54fc5
commit
39f0c19c9a
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ function editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {
|
|||
// Fix height
|
||||
this.engine.fixHeight();
|
||||
// Focus if required
|
||||
if(this.editFocus === "true") {
|
||||
if(this.editFocus === "true" || this.editFocus === "yes") {
|
||||
this.engine.focus();
|
||||
}
|
||||
// Add widget message listeners
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue