diff src/chat.js @ 61:d4d154b404f8

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 04 Mar 2025 21:29:17 -0700
parents 3521166513b3
children afd5ab5b02a2
line wrap: on
line diff
--- a/src/chat.js	Tue Mar 04 20:31:00 2025 -0700
+++ b/src/chat.js	Tue Mar 04 21:29:17 2025 -0700
@@ -179,6 +179,7 @@
 		if( current ) {
 			current.setAttribute('selected','');
 			current.scrollIntoViewIfNeeded(false);
+			clearUnread();
 		} else {
 			currentChatId = null;
 			document.querySelector('div[posts]').innerHTML = '';