mirror of
https://github.com/louislam/dockge.git
synced 2025-04-04 23:42:20 +00:00
Merge 4d71a44d5b
into bac498f97f
This commit is contained in:
commit
43b04b6347
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@ export default {
|
|||
mainTerminalConfig() {
|
||||
this.terminal.onKey(e => {
|
||||
const code = e.key.charCodeAt(0);
|
||||
console.debug("Encode: " + JSON.stringify(e.key));
|
||||
|
||||
if (e.key === "\r") {
|
||||
// Return if no input
|
||||
|
|
Loading…
Add table
Reference in a new issue