Files
snek/src
BordedDev 3ea97f1e97 fix: remove unused isVisible method and fix sibling tracking in message rendering
- Remove the unused `isVisible()` method from `MessageElement` class to clean up dead code
- Fix `siblingGenerated` tracking logic: change from boolean to storing the actual next sibling reference, ensuring proper re-evaluation when DOM changes occur
- Move `endOfMessages` element creation before the observer loop to ensure it's observed for intersection events
2025-07-24 14:14:51 +00:00
..