@bigbinary/neeto-editor 1.43.2 → 1.43.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Editor.js CHANGED
@@ -19314,8 +19314,9 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
19314
19314
  customExtensions.push(Variable);
19315
19315
  }
19316
19316
  if (collaborationProvider) {
19317
+ var _collaborationProvide;
19317
19318
  customExtensions.push(Collaboration.configure({
19318
- document: collaborationProvider.document
19319
+ document: (_collaborationProvide = collaborationProvider.document) !== null && _collaborationProvide !== void 0 ? _collaborationProvide : collaborationProvider.doc
19319
19320
  }));
19320
19321
  customExtensions.push(CollaborationCursor.configure({
19321
19322
  provider: collaborationProvider