fix chat image long press issue (#13371)

This commit is contained in:
Parvesh Monu 2022-05-19 16:13:40 +05:30 committed by GitHub
parent f39b688e89
commit 1c8a805647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -91,5 +91,6 @@
(on-close)
(js/setTimeout #(on-emoji-press emoji)
reaction-picker/animation-duration))}
[render message {:modal true
:close-modal on-close}]]])]))))
[render message {:modal true
:on-long-press #()
:close-modal on-close}]]])]))))