ricardoboss / Prolangle

A game about programming languages.
https://prolangle.ricardoboss.de
MIT License
2 stars 1 forks source link

Should only see one popover at a time #31

Closed chucker closed 7 months ago

chucker commented 8 months ago

Probably need to re-engineer this as a singleton service.

See https://github.com/ricardoboss/Prolangle/pull/15#issuecomment-1873437116

chucker commented 8 months ago

There's a prototype at https://github.com/chucker/Prolangle/tree/features/31-single-popover, but this isn't actually going to work unless we also handle the click event ourselves, I think. Oof.