提交 ff9372cb 编写于 作者: S Sandeep Somavarapu

Fix #23363

上级 15dd45ca
......@@ -54,6 +54,11 @@ class KeybindingInputWidget extends Widget {
this._chordPart = null;
}
public reset() {
this._firstPart = null;
this._chordPart = null;
}
public setAcceptChords(acceptChords: boolean) {
this._acceptChords = acceptChords;
this._chordPart = null;
......@@ -137,6 +142,7 @@ export class DefineKeybindingWidget extends Widget {
}
define(): TPromise<string> {
this._keybindingInputWidget.reset();
return new TPromise((c, e) => {
if (!this._isVisible) {
this._isVisible = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册