diff --git a/app/src/protyle/render/av/action.ts b/app/src/protyle/render/av/action.ts index afc1760c3..dfca2e158 100644 --- a/app/src/protyle/render/av/action.ts +++ b/app/src/protyle/render/av/action.ts @@ -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);