mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 20:41:40 +02:00
🐛 Fix many issues related to exportation process
This commit is contained in:
parent
8fa708d573
commit
b3d70f2556
8 changed files with 77 additions and 49 deletions
|
@ -126,7 +126,7 @@
|
|||
[_ params]
|
||||
(send-export-command :cmd :export-shapes :params params :blob? false))
|
||||
|
||||
(defmethod query :export-frames
|
||||
(defmethod query :export-frames-multiple
|
||||
[_ params]
|
||||
(send-export-command :cmd :export-frames :params (assoc params :uri (str base-uri)) :blob? false))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue