aprs.me/lib/aprsme_web/live/info_live
Graham McIntire 4af0f4a421
Fix JavaScript context binding issues in map component
- Fix "this.__view is undefined" error when calling pushEvent in event handlers
- Bind pushEvent context properly in all marker click and hover handlers
- Replace undefined sendBoundsToServer calls with saveMapState
- Ensure all event handlers check for pushEvent availability and type
- Use .bind(self) to preserve LiveView hook context in callbacks

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 15:05:15 -05:00
..
show.ex Fix JavaScript context binding issues in map component 2025-07-18 15:05:15 -05:00
show.html.heex Fix JavaScript context binding issues in map component 2025-07-18 15:05:15 -05:00