提交 e0edebc9 编写于 作者: D Daniel Imms

Remove resolved todo

上级 3f489ef1
......@@ -35,7 +35,6 @@ export class TerminalLink extends DisposableStore implements ILink {
// Listen for modifier before handing it off to the hover to handle so it gets disposed correctly
if (this._shouldHideDecorations) {
this.add(dom.addDisposableListener(document, 'keydown', e => {
// TODO: Use ctrl/option or cmd
if (this._isModifierDown(e) && this.hideDecorations) {
this.hideDecorations = false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册