there is an unseen string after the `↩` https://github.com/DTStack/molecule/blob/05ad264912b169d86ff503c243940821bb5d7273/src/model/keybinding.ts#L7 ### Expected ```js '↩︎'.split('') // ['↩'] ``` ### What happened in actually ```js '↩︎'.split('') // ['↩',''] ```
there is an unseen string after the
↩molecule/src/model/keybinding.ts
Line 7 in 05ad264
Expected
What happened in actually