🐛 Fix focus list for texts

This commit is contained in:
Alejandro Alonso 2023-07-14 14:10:26 +02:00 committed by Alonso Torres
parent 13560bc866
commit 0f60f115f5
2 changed files with 11 additions and 5 deletions

View file

@ -73,6 +73,10 @@
(let [block (impl/getCurrentBlock state)]
(get-editor-block-data block)))
(defn is-current-empty
[state]
(impl/isCurrentEmpty state))
(defn get-editor-current-inline-styles
[state]
(if (impl/isCurrentEmpty state)