Restart cursor on selectWord/selectLine

Restarting cursor rendering using initDelayedCursor(true) in selectWord and selectLine improves user perceived responsiveness and provides an accurate reproduction of MS Word behaviour
This commit is contained in:
GordoRank 2014-01-13 23:19:18 +00:00
parent 2c5c83f9da
commit 8cb74e00e2

View file

@ -280,6 +280,7 @@
this.setSelectionStart(newSelectionStart);
this.setSelectionEnd(newSelectionEnd);
this.initDelayedCursor(true);
},
/**
@ -292,6 +293,7 @@
this.setSelectionStart(newSelectionStart);
this.setSelectionEnd(newSelectionEnd);
this.initDelayedCursor(true);
},
/**