Skip to content

Commit

Permalink
Merge branch 'develop' into slideshow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau1fitz authored Jan 18, 2024
2 parents 27bb91d + 8a4302c commit 5dfc751
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@
(if (or deleted? deleted-for-me?)
(fn [] [content.deleted/deleted-message message-data])
(fn []
[rn/view {:pointer-events :none}
[rn/view
{:pointer-events :none
:padding-top 4}
[user-message-content
{:message-data message-data
:context context
Expand Down

0 comments on commit 5dfc751

Please sign in to comment.