1
0
Fork 0
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:
alonso.torres 2022-04-28 14:24:07 +02:00
commit c7e23c1b58
4 changed files with 12 additions and 5 deletions
frontend/src/app/main

View file

@ -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]