mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-25 05:51:01 -08:00
Fixed attribute assignment
This commit is contained in:
parent
8146d57190
commit
d99db91dd5
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ TextEditor.prototype.render = function() {
|
|||
this.editWidget.attributes["class"] += " " + this.editWidget.renderer.parseTreeNode.attributes["class"].value;
|
||||
}
|
||||
if(this.editWidget.renderer.parseTreeNode.attributes.style) {
|
||||
this.editWidget.attributes.style = this.editWidget.attributes.style || "";
|
||||
this.editWidget.attributes.style += this.editWidget.renderer.parseTreeNode.attributes.style.value;
|
||||
}
|
||||
this.editWidget.children = this.editWidget.renderer.renderTree.createRenderers(this.editWidget.renderer.renderContext,[node]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue