mirror of
https://github.com/penpot/penpot.git
synced 2025-10-28 08:57:37 +01:00
🐛 Fix problem when export/importing guides attached to frame
This commit is contained in:
parent
9923268589
commit
c7e23c1b58
4 changed files with 12 additions and 5 deletions
frontend/src/app/main
|
|
@ -82,9 +82,9 @@
|
|||
[id params]
|
||||
(send-query! id params))
|
||||
|
||||
(defmethod query :file
|
||||
[id params]
|
||||
(send-query! id params {:raw-transit? true}))
|
||||
(defmethod query :file-raw
|
||||
[_id params]
|
||||
(send-query! :file params {:raw-transit? true}))
|
||||
|
||||
(defmethod mutation :default
|
||||
[id params]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue