mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 16:01:38 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
de4ef1b19d
2 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
- Improve selected colors [Taiga #5805]( https://tree.taiga.io/project/penpot/us/5805)
|
- Improve selected colors [Taiga #5805]( https://tree.taiga.io/project/penpot/us/5805)
|
||||||
|
|
||||||
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix problem with z-index field in non-absolute items
|
||||||
|
|
||||||
## 1.19.3
|
## 1.19.3
|
||||||
|
|
||||||
### :sparkles: New features
|
### :sparkles: New features
|
||||||
|
|
|
@ -531,7 +531,6 @@
|
||||||
:on-focus #(dom/select-target %)
|
:on-focus #(dom/select-target %)
|
||||||
:on-change #(on-change-z-index %)
|
:on-change #(on-change-z-index %)
|
||||||
:nillable true
|
:nillable true
|
||||||
:disabled (not is-absolute?)
|
|
||||||
:value (:layout-item-z-index values)}]])]
|
:value (:layout-item-z-index values)}]])]
|
||||||
|
|
||||||
(when is-layout-child?
|
(when is-layout-child?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue