提交 f6c744ad 编写于 作者: P Peng Lyu

Re #83993. Do not mess up with composition.

上级 0ed22e31
......@@ -335,6 +335,10 @@ export class BrowserKeyboardMapperFactoryBase {
return true;
}
if (standardKeyboardEvent.browserEvent.key === 'Dead' || standardKeyboardEvent.browserEvent.isComposing) {
return true;
}
const mapping = currentKeymap.mapping[standardKeyboardEvent.code];
if (!mapping) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册