1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-15 02:37:27 +08:00

Fix after initializing the terminal (#25)

This commit is contained in:
Marcos Nils 2016-11-13 17:10:04 +02:00 committed by GitHub
parent cdf1027e94
commit 6d445c6205

View File

@ -188,6 +188,7 @@
}); });
term.open(terminalContainer); term.open(terminalContainer);
term.fit();
$scope.resize(term.proposeGeometry()); $scope.resize(term.proposeGeometry());