input box trans
This commit is contained in:
@@ -360,7 +360,6 @@ export class Translator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let text = getNodeText(node);
|
let text = getNodeText(node);
|
||||||
const loadingId = "kiss-" + genEventName();
|
|
||||||
|
|
||||||
// todo: remove multiple char
|
// todo: remove multiple char
|
||||||
if (triggerShortcut.length === 1 && triggerShortcut[0].length === 1) {
|
if (triggerShortcut.length === 1 && triggerShortcut[0].length === 1) {
|
||||||
@@ -389,6 +388,7 @@ export class Translator {
|
|||||||
|
|
||||||
// console.log("input -->", text);
|
// console.log("input -->", text);
|
||||||
|
|
||||||
|
const loadingId = "kiss-" + genEventName();
|
||||||
try {
|
try {
|
||||||
addLoading(node, loadingId);
|
addLoading(node, loadingId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user