mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 21:51:38 +02:00
✨ Improve canvas handling on sitemap and workspace.
This commit is contained in:
parent
3d8b3f3040
commit
31ffa73bda
8 changed files with 247 additions and 141 deletions
|
@ -56,8 +56,8 @@
|
|||
[{:keys [status] :as error}]
|
||||
(js/console.error "Unhandled Error:"
|
||||
"\n - message:" (ex-message error)
|
||||
"\n - data:" (pr-str (ex-data error))
|
||||
"\n - stack:" (.-stack error))
|
||||
"\n - data:" (pr-str (ex-data error)))
|
||||
(js/console.error error)
|
||||
(reset! st/loader false)
|
||||
(cond
|
||||
;; Unauthorized or Auth timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue