Commit 71d592b7 authored by wjf's avatar wjf

l

parent 9e0f6ab8
......@@ -119,7 +119,7 @@ export class EditableText extends TextField {
// .inputTextFor:: -webkit - input - placeholder {
// text - align: center;
// }
s.htmlElement.style.width = s.textWidth + "px";
s.htmlElement.style.width = s.width + "px";
s.text = "";
s.htmlElement.style.display = "block";
s.htmlElement.focus();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment