You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtime.assert(Array.isArray(events)||(typeofevents==="boolean"&&events===false),"second parameter to fixCursorPositions needs to be set to false or an event");
734
+
729
735
Object.keys(cursors).forEach(function(memberId){
730
736
varcursor=cursors[memberId],
731
737
root=getRoot(cursor.getNode()),
@@ -768,9 +774,19 @@ ops.OdtDocument = function OdtDocument(odfCanvas) {
0 commit comments