dustinfast / PTC-Sim

A PTC Back Office Server with web interface, track/locomotive simulators, and EMP messaging subsystem.
MIT License
3 stars 4 forks source link

Persistent map infoboxes are not functional #6

Closed dustinfast closed 6 years ago

dustinfast commented 6 years ago

On asynch refresh, the status map's currently open infobox goes away. Correct behavior:

If (!curr selected loco) {
    // persist currently open infobox
} else {
    // persist currently open infobox if non-loco OR if curr_selected_loco
}
dustinfast commented 6 years ago

Base and loco infoboxes persisting correctly with loco selection toggle.