mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 22:12:17 +00:00
Console Improvements (#767)
This commit is contained in:
@@ -201,7 +201,6 @@ export default {
|
||||
} else {
|
||||
this.cursorPosition++;
|
||||
this.terminalInputBuffer += e.key;
|
||||
console.log(this.terminalInputBuffer);
|
||||
this.terminal.write(e.key);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user