From d68691c1306d1ed32d98732d5c2c480cb23f94be Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:10:28 +0200 Subject: [PATCH] Profile: Fix story context menu closing (#4610) --- src/components/story/MediaStory.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/story/MediaStory.tsx b/src/components/story/MediaStory.tsx index abf279bd9..69f2f5ec5 100644 --- a/src/components/story/MediaStory.tsx +++ b/src/components/story/MediaStory.tsx @@ -124,6 +124,7 @@ function MediaStory({ const handleTogglePinned = useLastCallback(() => { toggleStoryPinnedToTop({ peerId, storyId: story.id }); + handleContextMenuClose(); }); return (