Vanessa 2024-08-07 22:48:58 +08:00
parent cbfee5abe0
commit 4e673ebf99

View file

@ -91,7 +91,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
searchElement.style.width = "128px";
searchElement.style.paddingLeft = "";
searchElement.style.paddingRight = "";
searchElement.value = " ";
searchElement.value = Constants.ZWSP;
setTimeout(() => {
searchElement.focus();
}, Constants.TIMEOUT_TRANSITION);