mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 18:16:15 +08:00
fix: ime with command menu
This commit is contained in:
@@ -175,6 +175,9 @@ export const CommandMenuContainer = ({
|
||||
if (!isShow) {
|
||||
return;
|
||||
}
|
||||
if (event.nativeEvent.isComposing) {
|
||||
return;
|
||||
}
|
||||
if (types && event.code === 'ArrowUp') {
|
||||
handleClickUp(event);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user