提交 02a2fcb7 编写于 作者: J Joao Moreno

Revert "fix NPE on _onStatusChange"

This reverts commit 4ede18f7.
上级 a2416f46
......@@ -38,7 +38,6 @@ export class IdleMonitor extends Disposable implements IIdleMonitor {
this._idleCheckTimeout = this._register(new TimeoutTimer());
this._lastActiveTime = -1;
this._idleTime = idleTime;
this._onStatusChange = new Emitter<UserStatus>();
this._register(dom.addDisposableListener(document, 'mousemove', () => this._onUserActive()));
this._register(dom.addDisposableListener(document, 'keydown', () => this._onUserActive()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册