Skip to content

Commit

Permalink
Fix #79948
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Aug 28, 2019
1 parent d75e49c commit f03f5fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ export class ListSettingWidget extends Disposable {
onSubmit(false);
e.preventDefault();
}
rowElement.focus();
};

const valueInput = new InputBox(rowElement, this.contextViewService, {
Expand Down

0 comments on commit f03f5fd

Please sign in to comment.