mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 07:11:39 +02:00
🐛 Fix bugs in comments (#5734)
* 🐛 Fix could not remove or update new comments without closing and reopening the thread * 🐛 Fix scroll over long comments using the mouse wheel
This commit is contained in:
parent
d7477cd448
commit
0bd4a7d0fc
2 changed files with 33 additions and 24 deletions
|
@ -621,6 +621,7 @@
|
|||
|
||||
comment (-> (db/insert! conn :comment params)
|
||||
(decode-row)
|
||||
(assoc :file-id file-id)
|
||||
(add-owner profile))]
|
||||
|
||||
;; Update thread modified-at attribute and assoc the current
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue