mirror of
https://github.com/penpot/penpot.git
synced 2026-03-15 06:56:06 +00:00
🐛 Fix error on thumbnail generation
This commit is contained in:
@@ -94,7 +94,9 @@
|
||||
(rx/catch #(rx/empty))
|
||||
(rx/ignore))))
|
||||
|
||||
(rx/empty)))))))))))
|
||||
(rx/empty))))
|
||||
(rx/catch #(do (.error js/console %)
|
||||
(rx/empty))))))))))
|
||||
|
||||
(defn- extract-frame-changes
|
||||
"Process a changes set in a commit to extract the frames that are changing"
|
||||
|
||||
Reference in New Issue
Block a user