Do not submit injected commands right away but give some space and fix
focus
This commit is contained in:
@@ -143,9 +143,10 @@ angular.module('Application').controller('DebugController', ['$scope', '$locatio
|
||||
|
||||
if (!cmd) return;
|
||||
|
||||
cmd += '\n';
|
||||
cmd += ' ';
|
||||
|
||||
$scope.terminalSocket.send(cmd);
|
||||
$scope.terminal.focus();
|
||||
}
|
||||
|
||||
$scope.$watch('selected', function (newVal) {
|
||||
|
||||
Reference in New Issue
Block a user