minilauta / miniboard

Minimalistic oldschool imageboard software
MIT License
7 stars 5 forks source link

Collapse all open post previews when mouse moves outside all post previews #92

Open Anonyymi opened 3 months ago

Anonyymi commented 3 months ago

Currently a post preview can incorrectly be left opened while mouse is on some completely different element. This is due to the fact that we support nested post previews, so the fix to this may be to detect whether the mouse is over an element that has a parent post-preview element or not.