mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-06 09:58:25 +00:00
format
This commit is contained in:
parent
4d72fb9184
commit
2a1d337368
@ -114,12 +114,12 @@ export class JupyterLabAppFactory {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Close terminal when Ctrl key is pressed
|
// Close terminal when Ctrl key is pressed
|
||||||
term.node.addEventListener('keydown', (event: KeyboardEvent) => {
|
term.node.addEventListener("keydown", (event: KeyboardEvent) => {
|
||||||
if (event.ctrlKey) {
|
if (event.ctrlKey) {
|
||||||
this.onShellExited(false);
|
this.onShellExited(false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return session;
|
return session;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user