mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 08:40:20 +02:00
✨ Dynamic preview html output
This commit is contained in:
parent
723c14bef2
commit
641f8fb250
9 changed files with 217 additions and 20 deletions
|
@ -635,8 +635,8 @@
|
|||
(cond
|
||||
(> (ctl/layout-z-index child-a) (ctl/layout-z-index child-b)) 1
|
||||
(< (ctl/layout-z-index child-a) (ctl/layout-z-index child-b)) -1
|
||||
(> idx-a idx-b) 1
|
||||
(< idx-a idx-b) -1
|
||||
(< idx-a idx-b) 1
|
||||
(> idx-a idx-b) -1
|
||||
:else 0))
|
||||
|
||||
(defn sort-layout-children-z-index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue