Explorar o código

黏贴后光标落到最后2554

zhouna %!s(int64=5) %!d(string=hai) anos
pai
achega
512352ca47
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/common/components/EditableSpan/index.jsx

+ 1 - 0
src/common/components/EditableSpan/index.jsx

@@ -49,6 +49,7 @@ class EditableSpan extends Component{
       setTimeout(function(){
         txt = that.$span.current.innerText||that.$span.current.innerHTML;
         that.$span.current.innerHTML = txt;
+        that.moveEnd($(that.$span.current)[0]);     //光标落到最后去
       });
     })