mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 02:17:13 +02:00
✨ Moves cursor to position when clicking in the text box
This commit is contained in:
parent
b4b12e68bf
commit
69e256ab86
4 changed files with 44 additions and 2 deletions
|
@ -92,3 +92,7 @@
|
|||
(defn remove-editor-blur-selection
|
||||
[state]
|
||||
(impl/removeBlurSelectionEntity state))
|
||||
|
||||
(defn cursor-to-end
|
||||
[state]
|
||||
(impl/cursorToEnd state))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue