mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 09:56:11 +02:00
🐛 Fix problem with minification
This commit is contained in:
parent
3ca5b13e27
commit
dcb6315ff6
6 changed files with 26 additions and 25 deletions
|
@ -40,8 +40,8 @@
|
|||
[file-id id]
|
||||
(crc/add-properties!
|
||||
(PageProxy. file-id id)
|
||||
{:name "$file" :enumerable false}
|
||||
{:name "$id" :enumerable false}
|
||||
{:name "$id" :enumerable false :get (constantly id)}
|
||||
{:name "$file" :enumerable false :get (constantly file-id)}
|
||||
|
||||
{:name "id"
|
||||
:get #(dm/str (obj/get % "$id"))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue