mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 23:37:20 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
e9914d5265
14 changed files with 79 additions and 33 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue