提交 2e2220c9 编写于 作者: I isidor

cursor: do not spam console

fyi @rebornix
上级 6650fda9
......@@ -551,7 +551,6 @@ export class Cursor extends viewEvents.ViewEventEmitter implements ICursors {
private _type(source: string, text: string): void {
if (!this._isDoingComposition && source === 'keyboard') {
console.log('keyboard', source, text);
// If this event is coming straight from the keyboard, look for electric characters and enter
for (let i = 0, len = text.length; i < len; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册