Skip to content

Commit

Permalink
Merge pull request #52752 from callstack-internal/fix/52744/context-m…
Browse files Browse the repository at this point in the history
…enu-remains-open

[CP] Fix: Context Menu Remains Open on Mweb

(cherry picked from commit 206017d)

(CP triggered by mountiny)
  • Loading branch information
cristipaval authored and OSBotify committed Nov 19, 2024
1 parent 7bb09e6 commit fc5b914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function hideContextMenu(shouldDelay?: boolean, onHideCallback = () => {}) {
return;
}
if (!shouldDelay) {
onHideCallback();
contextMenuRef.current.hideContextMenu(onHideCallback);
return;
}

Expand Down

0 comments on commit fc5b914

Please sign in to comment.