Another round of bug fixes.

This commit is contained in:
Storm Dragon
2026-06-23 01:16:01 -04:00
parent 8ff316101e
commit 6cd3ec1601
3 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -2681,8 +2681,9 @@ let chalkboardLocalTextPending = null;
let chalkboardText = '';
function getChalkboardEditor() {
return /** @type {HTMLTextAreaElement} */
(document.getElementById('chalkboard'));
return /** @type {HTMLTextAreaElement} */ (
document.getElementById('chalkboard')
);
}
function getChalkboardView() {