@copilotkit/react-textarea 1.70.1 → 1.70.2

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/index.umd.js CHANGED
@@ -1060,7 +1060,6 @@ lodash_merge = __toESM(lodash_merge);
1060
1060
  editorState: editorState(editor, selection),
1061
1061
  apiConfig: props.apiConfig,
1062
1062
  performInsertion: (insertedText) => {
1063
- slate.Transforms.delete(editor, { at: selection });
1064
1063
  slate.Transforms.insertText(editor, insertedText, { at: selection });
1065
1064
  setIsDisplayed(false);
1066
1065
  },