This commit is contained in:
parent
4e673ebf99
commit
e0b0e0fdfb
1 changed files with 3 additions and 3 deletions
|
@ -92,9 +92,9 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
|
|||
searchElement.style.paddingLeft = "";
|
||||
searchElement.style.paddingRight = "";
|
||||
searchElement.value = Constants.ZWSP;
|
||||
setTimeout(() => {
|
||||
searchElement.focus();
|
||||
}, Constants.TIMEOUT_TRANSITION);
|
||||
// setTimeout(() => {
|
||||
// searchElement.focus();
|
||||
// }, Constants.TIMEOUT_TRANSITION);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue