Use messaging to detect when popup is closed

This commit is contained in:
Marcos Lilljedahl
2017-10-12 14:27:33 -03:00
parent 426acf1db3
commit 4baa3447f0
2 changed files with 10 additions and 4 deletions

View File

@@ -395,7 +395,7 @@
term.open(terminalContainer);
// Set geometry during the next tick, to avoid race conditions.
/*
setTimeout(function() {
$scope.resize(term.proposeGeometry());