mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 19:17:07 +00:00
Remove extraneous references to current field context variable
This should have been done as part of
6fc4e5db7c
This commit is contained in:
@@ -27,7 +27,7 @@ var EditWidget = function(renderer) {
|
||||
EditWidget.prototype.generate = function() {
|
||||
// Get parameters from our attributes
|
||||
this.tiddlerTitle = this.renderer.getAttribute("tiddler",this.renderer.tiddlerTitle);
|
||||
this.fieldName = this.renderer.getAttribute("field",this.renderer.renderTree.getContextVariable(this.renderer,"field","text"));
|
||||
this.fieldName = this.renderer.getAttribute("field","text");
|
||||
// Choose the editor to use
|
||||
// TODO: Tiddler field modules should be able to specify a field type from which the editor is derived
|
||||
this.editorName = this.chooseEditor();
|
||||
|
||||
Reference in New Issue
Block a user