theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

Allow multiple hover popups #216

Open spoenemann opened 6 years ago

spoenemann commented 6 years ago

The viewer should accept an array of models in updatePopup. Furthermore, the computation of hover positions should be moved away from the HoverMouseListener into a separate service class.