Add mutation handling to norm editor; disable socket connection for now
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user