fix(): inline card 两侧输入中文乱码

This commit is contained in:
yanmao 2021-11-07 00:32:14 +08:00
parent fa3a2fd06f
commit 367f3a08bc
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import { $ } from '../node';
import Parser, { TextParser } from '../parser';
import Paste from './paste';
import { CardActiveTrigger, CardType } from '../card/enum';
import { escape } from '../utils';
class NativeEvent {
engine: EngineInterface;