@progress/kendo-react-editor 5.15.0-dev.202307181521 → 5.15.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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-editor',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1689692150,
8
+ publishDate: 1689765304,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -330,7 +330,7 @@ var setTableCaption = function (state, wrapperNode, wrapperPos, data) {
330
330
  else {
331
331
  captionNode = createCaption(data, schema);
332
332
  if (captionNode) {
333
- nextState = nextState.apply(nextState.tr.replaceWith(captContentPos, captContentPos, captionNode));
333
+ nextState = nextState.apply(nextState.tr.replaceWith(captPos, captPos, captionNode));
334
334
  }
335
335
  }
336
336
  return nextState;
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-editor',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1689692150,
11
+ publishDate: 1689765304,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };
@@ -333,7 +333,7 @@ var setTableCaption = function (state, wrapperNode, wrapperPos, data) {
333
333
  else {
334
334
  captionNode = createCaption(data, schema);
335
335
  if (captionNode) {
336
- nextState = nextState.apply(nextState.tr.replaceWith(captContentPos, captContentPos, captionNode));
336
+ nextState = nextState.apply(nextState.tr.replaceWith(captPos, captPos, captionNode));
337
337
  }
338
338
  }
339
339
  return nextState;