aprs.me/assets/js
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
..
features Replace any types with specific TypeScript types 2025-07-17 17:55:27 -05:00
hooks cleanup 2025-07-18 14:44:52 -05:00
types Replace any types with specific TypeScript types 2025-07-17 17:55:27 -05:00
app.js cleanup 2025-07-18 14:44:52 -05:00
map.ts Fix JavaScript context binding issues in map component 2025-07-18 15:05:15 -05:00
map_fixes.ts Replace any types with specific TypeScript types 2025-07-17 17:55:27 -05:00
map_helpers.ts Replace any types with specific TypeScript types 2025-07-17 17:55:27 -05:00
topbar.js js tweak 2025-07-05 13:16:37 -05:00