mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 06:21:37 +02:00
🐛 Fix custom font rendering on exporting shapes.
This commit is contained in:
parent
1a81631886
commit
8c68e29bf3
8 changed files with 100 additions and 49 deletions
|
@ -20,7 +20,7 @@
|
|||
(cond
|
||||
(= 204 status)
|
||||
;; We need to send "something" so the streams listening downstream can act
|
||||
(rx/of :empty)
|
||||
(rx/of nil)
|
||||
|
||||
(= 502 status)
|
||||
(rx/throw {:type :bad-gateway})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue