@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 +1 -0
- package/dist/haluo-biz.umd.cjs +1 -0
- package/package.json +1 -1
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) {
|
package/dist/haluo-biz.umd.cjs
CHANGED
|
@@ -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) {
|