@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.
@@ -19390,8 +19390,9 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
19390
19390
  customExtensions.push(Variable);
19391
19391
  }
19392
19392
  if (collaborationProvider) {
19393
+ var _collaborationProvide;
19393
19394
  customExtensions.push(Collaboration.configure({
19394
- document: collaborationProvider.document
19395
+ document: (_collaborationProvide = collaborationProvider.document) !== null && _collaborationProvide !== void 0 ? _collaborationProvide : collaborationProvider.doc
19395
19396
  }));
19396
19397
  customExtensions.push(CollaborationCursor.configure({
19397
19398
  provider: collaborationProvider