@kaitify/core 0.0.1-beta.21 → 0.0.1-beta.23

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.
@@ -341,10 +341,6 @@ export declare class Editor {
341
341
  * 是否编辑器内部渲染真实光标引起selctionChange事件【不可修改】
342
342
  */
343
343
  internalCauseSelectionChange: boolean;
344
- /**
345
- * 是否用户操作的删除行为,如果是用户操作的删除行为,则在处理不可编辑的节点是会删除该节点,如果是API调用的删除方法则走正常的删除逻辑【不可修改】
346
- */
347
- isUserDelection: boolean;
348
344
  /**
349
345
  * dom监听【不可修改】
350
346
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaitify/core",
3
- "version": "0.0.1-beta.21",
3
+ "version": "0.0.1-beta.23",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "so-better",