0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-27 07:01:27 -05:00

⬆️ Update plugins runtime

This commit is contained in:
alonso.torres 2024-09-16 09:41:38 +02:00
parent d6f6d78b1e
commit 214733c880
5 changed files with 1504 additions and 1457 deletions

File diff suppressed because it is too large Load diff

View file

@ -325,8 +325,8 @@
(rx/take 1)
(rx/subs!
(fn [[users comments]]
(let [users (d/index-by :id users)]
(let [comments
(let [users (d/index-by :id users)
comments
(cond->> comments
(not show-resolved)
(filter (comp not :is-resolved))
@ -335,7 +335,7 @@
(filter #(contains? (:participants %) user-id)))]
(resolve
(format/format-array
#(pc/comment-thread-proxy $plugin $file $id users %) comments)))))
#(pc/comment-thread-proxy $plugin $file $id users %) comments))))
reject)))))))
(crc/define-properties!