Example
Last updated
Was this helpful?
Last updated
Was this helpful?
When a user clicks on the user profile avatar at the post creator area, UIKit will open .
However, you can intercept the event and define your own logic following the example below.
Let’s say you want to override the default logic and open your own modal showing the user profile instead of navigating to the user profile page.