mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-24 19:24:50 +00:00
Typo that prevented edit widget tiddler attribute from working
This commit is contained in:
@@ -68,7 +68,7 @@ EditWidget.prototype.execute = function() {
|
|||||||
this.makeChildWidgets([{
|
this.makeChildWidgets([{
|
||||||
type: "edit-" + editorType,
|
type: "edit-" + editorType,
|
||||||
attributes: {
|
attributes: {
|
||||||
title: {type: "string", value: this.editTitle},
|
tiddler: {type: "string", value: this.editTitle},
|
||||||
field: {type: "string", value: this.editField},
|
field: {type: "string", value: this.editField},
|
||||||
index: {type: "string", value: this.editIndex},
|
index: {type: "string", value: this.editIndex},
|
||||||
"class": {type: "string", value: this.editClass}
|
"class": {type: "string", value: this.editClass}
|
||||||
|
|||||||
Reference in New Issue
Block a user