mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 05:12:49 +02:00
Merge remote-tracking branch 'penpot/develop' into token-studio-develop
This commit is contained in:
commit
c9673ca828
5 changed files with 19 additions and 10 deletions
|
@ -56,6 +56,10 @@
|
|||
(uw/ask! {:cmd :update-page-index
|
||||
:page-id page-id
|
||||
:changes changes})))
|
||||
(rx/catch (fn [cause]
|
||||
(log/warn :hint "unable to update index"
|
||||
:cause cause)
|
||||
(rx/empty)))
|
||||
(rx/ignore))))))
|
||||
|
||||
(defn- get-pending-commits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue