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