diff --git a/core/modules/editor/engines/simple.js b/core/modules/editor/engines/simple.js index 4463142fe..d7eafe421 100644 --- a/core/modules/editor/engines/simple.js +++ b/core/modules/editor/engines/simple.js @@ -54,6 +54,7 @@ function SimpleEngine(options) { } if(this.widget.editDir) { this.domNode.setAttribute("dir",this.widget.editDir); + } if(this.widget.editAutoComplete) { this.domNode.setAttribute("autocomplete",this.widget.editAutoComplete); }