@haluo/biz 2.0.19-beta.2 → 2.0.19-beta.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.
package/dist/haluo-biz.js CHANGED
@@ -5468,6 +5468,7 @@ const _sfc_main = {
5468
5468
  if (me2.selectDom && me2.moverClasses.includes(me2.selectDom.className)) {
5469
5469
  me2.selectDom.remove();
5470
5470
  me2.selectDom = null;
5471
+ event.preventDefault();
5471
5472
  } else {
5472
5473
  const selection = getSelection();
5473
5474
  if (selection.isCollapsed) {
@@ -5470,6 +5470,7 @@
5470
5470
  if (me2.selectDom && me2.moverClasses.includes(me2.selectDom.className)) {
5471
5471
  me2.selectDom.remove();
5472
5472
  me2.selectDom = null;
5473
+ event.preventDefault();
5473
5474
  } else {
5474
5475
  const selection = getSelection();
5475
5476
  if (selection.isCollapsed) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haluo/biz",
3
3
  "description": "rich text",
4
- "version": "2.0.19-beta.2",
4
+ "version": "2.0.19-beta.3",
5
5
  "type": "module",
6
6
  "module": "./dist/haluo-biz.js",
7
7
  "main": "./dist/haluo-biz.umd.cjs",