@haluo/biz 2.0.42-next.2 → 2.0.42-next.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 +2 -6
- package/dist/haluo-biz.umd.cjs +2 -6
- package/package.json +1 -1
package/dist/haluo-biz.js
CHANGED
|
@@ -4532,13 +4532,9 @@ const _sfc_main$3 = {
|
|
|
4532
4532
|
};
|
|
4533
4533
|
this.showTopicPopover("hot", position, "", triggerInfo);
|
|
4534
4534
|
}, 10);
|
|
4535
|
-
} else if (this.shouldTriggerSearch(event.key)) {
|
|
4536
|
-
console.log(222);
|
|
4537
|
-
setTimeout(() => {
|
|
4538
|
-
this.checkAndTriggerSearch(paragraph);
|
|
4539
|
-
}, 10);
|
|
4540
4535
|
} else {
|
|
4541
|
-
|
|
4536
|
+
console.log(222);
|
|
4537
|
+
this.checkAndTriggerSearch(paragraph);
|
|
4542
4538
|
}
|
|
4543
4539
|
},
|
|
4544
4540
|
shouldTriggerSearch(key) {
|
package/dist/haluo-biz.umd.cjs
CHANGED
|
@@ -4531,13 +4531,9 @@
|
|
|
4531
4531
|
};
|
|
4532
4532
|
this.showTopicPopover("hot", position, "", triggerInfo);
|
|
4533
4533
|
}, 10);
|
|
4534
|
-
} else if (this.shouldTriggerSearch(event.key)) {
|
|
4535
|
-
console.log(222);
|
|
4536
|
-
setTimeout(() => {
|
|
4537
|
-
this.checkAndTriggerSearch(paragraph);
|
|
4538
|
-
}, 10);
|
|
4539
4534
|
} else {
|
|
4540
|
-
|
|
4535
|
+
console.log(222);
|
|
4536
|
+
this.checkAndTriggerSearch(paragraph);
|
|
4541
4537
|
}
|
|
4542
4538
|
},
|
|
4543
4539
|
shouldTriggerSearch(key) {
|