mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 18:06:12 +02:00
✨ Add more adaptations to make app run in a prefixed path.
This commit is contained in:
parent
2828ccda7f
commit
55ea84a056
14 changed files with 115 additions and 98 deletions
|
@ -19,8 +19,7 @@
|
|||
[app.worker.snaps]
|
||||
[app.util.object :as obj]
|
||||
[app.util.transit :as t]
|
||||
[app.util.worker :as w])
|
||||
(:import goog.Uri))
|
||||
[app.util.worker :as w]))
|
||||
|
||||
;; --- Messages Handling
|
||||
|
||||
|
@ -119,7 +118,7 @@
|
|||
(rx/debounce 1)
|
||||
|
||||
(rx/subs (fn [[messages dropped last]]
|
||||
;; Send back the dropped messages replies
|
||||
;; Send back the dropped messages replies
|
||||
(doseq [msg dropped]
|
||||
(drop-message msg))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue