Even putting onClick on other elements or testing a click website, I found that in iOS on BrowserStack, you can barely ever trigger 2 onClick events within 400ms of each other
isFileManagerFocus is true in iOS because the button click doesn't focus the button, but even if we fix this the original bug remains
onMouseOver is also triggered in iOS as it emulates a hover effect
Single clicking an entry looks like clicking, bluring, clicking.