improve textarea plugin
This commit is contained in:
parent
4b4451673b
commit
869de0d113
2 changed files with 42 additions and 22 deletions
|
|
@ -88,7 +88,7 @@ inject(function () {
|
|||
var ace = window.__ace_shadowed__;
|
||||
var t = document.querySelector("textarea");
|
||||
textAce = ace.transformTextarea(t, window.__ace_loader__);
|
||||
textAce.setDisplaySettings(true);
|
||||
setTimeout(function(){textAce.setDisplaySettings(true)});
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue