Skip to content

Commit

Permalink
Update packages/core/src/browser/quick-input/quick-command-frontend-c…
Browse files Browse the repository at this point in the history
…ontribution.ts

Co-authored-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
FernandoAscencio and vince-fugnitto authored May 15, 2023
1 parent 69112d1 commit 2898895
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ export class QuickCommandFrontendContribution implements CommandContribution, Ke
execute: () => commands.clearCommandHistory(),
});
commands.registerCommand({ id: 'workbench.action.closeQuickOpen' }, {
execute: () => {
this.quickInputService?.hide();
}
execute: () => this.quickInputService?.hide()
});
}

Expand Down

0 comments on commit 2898895

Please sign in to comment.