diff --git a/src/components/ThreeDotsMenu/index.js b/src/components/ThreeDotsMenu/index.js index befbbde04e73..c07a3fc8ee44 100644 --- a/src/components/ThreeDotsMenu/index.js +++ b/src/components/ThreeDotsMenu/index.js @@ -97,6 +97,7 @@ function ThreeDotsMenu({iconTooltip, icon, iconFill, iconStyles, onIconPress, me } }} onMouseDown={(e) => { + /* Keep the focus state on mWeb like we did on the native apps. */ if (!Browser.isMobile()) { return; }