mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 00:36:11 +02:00
💄 Format frontend code
This commit is contained in:
parent
b6ecc8b1be
commit
833871df65
150 changed files with 1735 additions and 1770 deletions
|
@ -132,16 +132,16 @@
|
|||
|
||||
(rx/subs! (fn [[messages dropped last]]
|
||||
;; Send back the dropped messages replies
|
||||
(doseq [msg dropped]
|
||||
(drop-message msg))
|
||||
(doseq [msg dropped]
|
||||
(drop-message msg))
|
||||
|
||||
;; Process the message
|
||||
(doseq [msg (vals messages)]
|
||||
(handle-message msg))
|
||||
(doseq [msg (vals messages)]
|
||||
(handle-message msg))
|
||||
|
||||
;; After process the buffer we send a clear
|
||||
(when-not (= last ::clear)
|
||||
(rx/push! buffer ::clear)))))))
|
||||
(when-not (= last ::clear)
|
||||
(rx/push! buffer ::clear)))))))
|
||||
|
||||
(defonce process-message-sub (subscribe-buffer-messages))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue