fix: ime with command menu

This commit is contained in:
lawvs
2022-09-15 19:12:24 +08:00
parent b591436e00
commit 3bf25a43b0
@@ -175,6 +175,9 @@ export const CommandMenuContainer = ({
if (!isShow) {
return;
}
if (event.nativeEvent.isComposing) {
return;
}
if (types && event.code === 'ArrowUp') {
handleClickUp(event);
return;