Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Dec 27, 2023
1 parent 2ba98da commit e06924c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/completer-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const inlineCompleter: JupyterFrontEndPlugin<void> = {
binding.keys[0] === 'Tab' &&
target.closest(binding.selector)
) {
app.commands.execute(binding.command);
app.commands.execute(binding.command).catch(console.error);
event.preventDefault();
event.stopPropagation();
event.stopImmediatePropagation();
Expand Down

0 comments on commit e06924c

Please sign in to comment.