Profile: Fix story context menu closing (#4610)

This commit is contained in:
zubiden 2024-06-12 18:10:28 +02:00 committed by Alexander Zinchuk
parent 350db2560f
commit d68691c130

View File

@ -124,6 +124,7 @@ function MediaStory({
const handleTogglePinned = useLastCallback(() => {
toggleStoryPinnedToTop({ peerId, storyId: story.id });
handleContextMenuClose();
});
return (