Skip to content

Commit b485472

Browse files
author
Friedrich W. H. Kossebau
committed
Remove unstablefeature flag from annotations in Wodo.CollabTextEditor
1 parent 0a13b44 commit b485472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

programs/editor/wodocollabtexteditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ window.Wodo = window.Wodo || (function () {
179179
imageEditingEnabled = isEnabled(editorOptions.imageEditingEnabled, true),
180180
hyperlinkEditingEnabled = isEnabled(editorOptions.hyperlinkEditingEnabled, true),
181181
reviewModeEnabled = isEnabled(editorOptions.reviewModeEnabled, true),
182-
annotationsEnabled = reviewModeEnabled || isEnabled(editorOptions.annotationsEnabled, true),
182+
annotationsEnabled = reviewModeEnabled || isEnabled(editorOptions.annotationsEnabled),
183183
undoRedoEnabled = false, // no proper mechanism yet for collab
184184
zoomingEnabled = isEnabled(editorOptions.zoomingEnabled),
185185
//

0 commit comments

Comments
 (0)