Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2023-07-14 15:27:38 +02:00
commit e9914d5265
14 changed files with 79 additions and 33 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)