mirror of
https://github.com/penpot/penpot.git
synced 2025-06-23 22:16:59 +02:00
✨ Add playwright test for disabling adding fills
This commit is contained in:
parent
170d35dde2
commit
7d5739b663
4 changed files with 331 additions and 224 deletions
|
@ -66,8 +66,6 @@
|
|||
([attrs fill-data render-id index type]
|
||||
(add-fill! attrs fill-data render-id index type "none"))
|
||||
([attrs fill-data render-id index type fill-default]
|
||||
;; TODO: check for MAX-FILLS
|
||||
(js/console.log "add_fill!" (clj->js fill-data))
|
||||
(let [index (if (some? index) (dm/str "-" index) "")]
|
||||
(cond
|
||||
(contains? fill-data :fill-image)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue