mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 07:30:24 +00:00
🐛 Fix text override corner case
This commit is contained in:
parent
6dfd05fdd1
commit
ae3213f5d4
@ -127,7 +127,8 @@
|
|||||||
entries"
|
entries"
|
||||||
[a b]
|
[a b]
|
||||||
(cond
|
(cond
|
||||||
(not= (type a) (type b))
|
(and (not= (type a) (type b))
|
||||||
|
(not (and (map? a) (map? b)))) ;; Sometimes they are both maps but of different subtypes
|
||||||
false
|
false
|
||||||
|
|
||||||
(map? a)
|
(map? a)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user