Add mutation handling to norm editor; disable socket connection for now
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-01-31 10:26:07 -06:00
parent c4e641545c
commit 60e08d8a76
4 changed files with 129 additions and 9 deletions

View File

@@ -1,7 +1,9 @@
<div [ngClass]="isDark() ? 'container dark' : 'container'">
<wysiwyg-editor
#wysiwygComponent
[contents]="contents"
(contentsChanged)="onContentsChanged($event)"
(contentsMutated)="onContentsMutated($event)"
(selectionChanged)="onSelectionChanged($event)"
[readonly]="isReadonly"
[editingUsers]="editorGroupUsers"