roosterjs 9.53.0 → 9.54.0

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.
@@ -1819,6 +1819,8 @@ var PasteTypeNewToOld = {
1819
1819
  asPlainText: 1 /* AsPlainText */,
1820
1820
  mergeFormat: 2 /* MergeFormat */,
1821
1821
  normal: 0 /* Normal */,
1822
+ // The old editor system has no markdown paste concept, fall back to normal paste
1823
+ asMarkdown: 0 /* Normal */,
1822
1824
  };
1823
1825
  var PasteTypeOldToNew = (_a = {},
1824
1826
  _a[3 /* AsImage */] = 'asImage',