fix chat image long press issue (#13371)
This commit is contained in:
parent
f39b688e89
commit
1c8a805647
|
@ -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}]]])]))))
|
||||
|
|
Loading…
Reference in New Issue