mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 14:31:40 +02:00
⬆️ Updated potok dependency
This commit is contained in:
parent
32d39c35e4
commit
733b35dd53
2 changed files with 15 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
funcool/beicon {:mvn/version "2021.07.05-1"}
|
funcool/beicon {:mvn/version "2021.07.05-1"}
|
||||||
funcool/okulary {:mvn/version "2022.04.11-16"}
|
funcool/okulary {:mvn/version "2022.04.11-16"}
|
||||||
funcool/potok {:mvn/version "2022.04.28-67"}
|
funcool/potok {:mvn/version "2022.12.16-71"}
|
||||||
funcool/tubax {:mvn/version "2021.05.20-0"}
|
funcool/tubax {:mvn/version "2021.05.20-0"}
|
||||||
|
|
||||||
funcool/rumext
|
funcool/rumext
|
||||||
|
|
|
@ -23,8 +23,22 @@
|
||||||
[type data]
|
[type data]
|
||||||
(ptk/data-event type data))
|
(ptk/data-event type data))
|
||||||
|
|
||||||
|
;;(def debug-exclude-events
|
||||||
|
;; #{:app.main.data.workspace.notifications/handle-pointer-update
|
||||||
|
;; :app.main.data.workspace.notifications/handle-pointer-send
|
||||||
|
;; :app.main.data.workspace.persistence/update-persistence-status
|
||||||
|
;; :app.main.data.workspace.changes/update-indices
|
||||||
|
;; :app.main.data.websocket/send-message
|
||||||
|
;; :app.main.data.workspace.selection/change-hover-state})
|
||||||
|
;; (def ^:dynamic *debug-events* false)
|
||||||
|
|
||||||
(defonce state
|
(defonce state
|
||||||
(ptk/store {:resolve ptk/resolve
|
(ptk/store {:resolve ptk/resolve
|
||||||
|
;;:on-event (fn [e]
|
||||||
|
;; (when (and *debug-events*
|
||||||
|
;; (ptk/event? e)
|
||||||
|
;; (not (debug-exclude-events (ptk/type e))))
|
||||||
|
;; (.log js/console (str "[stream]: " (ptk/repr-event e)) )))
|
||||||
:on-error (fn [e] (@on-error e))}))
|
:on-error (fn [e] (@on-error e))}))
|
||||||
|
|
||||||
(defonce stream
|
(defonce stream
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue