bug fixes and wysiwyg behaviour improvements

This commit is contained in:
gsb
2026-04-30 22:47:26 +00:00
parent 5b2bd94388
commit 24560a4d21
7 changed files with 1014 additions and 25 deletions
+1
View File
@@ -271,6 +271,7 @@ export class Ribbit {
*/
view(): void {
if (this.getState() === this.states.VIEW) return;
this.invalidateCache();
this.collaboration?.disconnect();
this.element.innerHTML = this.getHTML();
this.setState(this.states.VIEW);