Add minor improvements for text-editor-v2

This commit is contained in:
Andrey Antukh 2024-10-02 16:59:59 +02:00
parent d570048f78
commit 334e83479f
6 changed files with 35 additions and 69 deletions

View file

@ -509,3 +509,8 @@
#_(.reload js/location)
(fn [cause]
(js/console.log "EE:" cause)))))))
(defn ^:export enable-text-v2
[]
(st/emit! (features/enable-feature "text-editor/v2")))