This commit is contained in:
parent
cbfee5abe0
commit
4e673ebf99
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue