Moves cursor to position when clicking in the text box

This commit is contained in:
alonso.torres 2021-07-12 12:38:41 +02:00
parent b4b12e68bf
commit 69e256ab86
4 changed files with 44 additions and 2 deletions

View file

@ -92,3 +92,7 @@
(defn remove-editor-blur-selection
[state]
(impl/removeBlurSelectionEntity state))
(defn cursor-to-end
[state]
(impl/cursorToEnd state))