mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 11:36:39 +02:00
⬆️ Update plugins runtime
This commit is contained in:
parent
d6f6d78b1e
commit
214733c880
5 changed files with 1504 additions and 1457 deletions
File diff suppressed because it is too large
Load diff
|
@ -325,8 +325,8 @@
|
||||||
(rx/take 1)
|
(rx/take 1)
|
||||||
(rx/subs!
|
(rx/subs!
|
||||||
(fn [[users comments]]
|
(fn [[users comments]]
|
||||||
(let [users (d/index-by :id users)]
|
(let [users (d/index-by :id users)
|
||||||
(let [comments
|
comments
|
||||||
(cond->> comments
|
(cond->> comments
|
||||||
(not show-resolved)
|
(not show-resolved)
|
||||||
(filter (comp not :is-resolved))
|
(filter (comp not :is-resolved))
|
||||||
|
@ -335,7 +335,7 @@
|
||||||
(filter #(contains? (:participants %) user-id)))]
|
(filter #(contains? (:participants %) user-id)))]
|
||||||
(resolve
|
(resolve
|
||||||
(format/format-array
|
(format/format-array
|
||||||
#(pc/comment-thread-proxy $plugin $file $id users %) comments)))))
|
#(pc/comment-thread-proxy $plugin $file $id users %) comments))))
|
||||||
reject)))))))
|
reject)))))))
|
||||||
|
|
||||||
(crc/define-properties!
|
(crc/define-properties!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue