@haluo/biz 2.0.42-next.1 → 2.0.42-next.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/haluo-biz.js +2 -1
- package/dist/haluo-biz.umd.cjs +2 -1
- package/package.json +1 -1
package/dist/haluo-biz.js
CHANGED
|
@@ -4487,7 +4487,7 @@ const _sfc_main$3 = {
|
|
|
4487
4487
|
// 话题输入处理
|
|
4488
4488
|
handleTopicInput(event) {
|
|
4489
4489
|
var _a;
|
|
4490
|
-
console.log(111);
|
|
4490
|
+
console.log(111, event.key, event);
|
|
4491
4491
|
const activeElement = document.activeElement;
|
|
4492
4492
|
if (activeElement && (activeElement.tagName === "INPUT" || activeElement.tagName === "TEXTAREA")) {
|
|
4493
4493
|
return;
|
|
@@ -4542,6 +4542,7 @@ const _sfc_main$3 = {
|
|
|
4542
4542
|
}
|
|
4543
4543
|
},
|
|
4544
4544
|
shouldTriggerSearch(key) {
|
|
4545
|
+
console.log(key);
|
|
4545
4546
|
return key.length === 1 || key === "Backspace" || key === "Delete";
|
|
4546
4547
|
},
|
|
4547
4548
|
checkAndTriggerSearch(paragraph) {
|
package/dist/haluo-biz.umd.cjs
CHANGED
|
@@ -4486,7 +4486,7 @@
|
|
|
4486
4486
|
// 话题输入处理
|
|
4487
4487
|
handleTopicInput(event) {
|
|
4488
4488
|
var _a;
|
|
4489
|
-
console.log(111);
|
|
4489
|
+
console.log(111, event.key, event);
|
|
4490
4490
|
const activeElement = document.activeElement;
|
|
4491
4491
|
if (activeElement && (activeElement.tagName === "INPUT" || activeElement.tagName === "TEXTAREA")) {
|
|
4492
4492
|
return;
|
|
@@ -4541,6 +4541,7 @@
|
|
|
4541
4541
|
}
|
|
4542
4542
|
},
|
|
4543
4543
|
shouldTriggerSearch(key) {
|
|
4544
|
+
console.log(key);
|
|
4544
4545
|
return key.length === 1 || key === "Backspace" || key === "Delete";
|
|
4545
4546
|
},
|
|
4546
4547
|
checkAndTriggerSearch(paragraph) {
|