Another round of bug fixes.
This commit is contained in:
+3
-2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user