Correctly close the console when no logger necessary (prevent double inputs) (fixes #25).
This commit is contained in:
@@ -1270,6 +1270,10 @@
|
||||
);
|
||||
});
|
||||
},
|
||||
|
||||
'onBeforeClose': function () {
|
||||
this.rfb && this.rfb.disconnect();
|
||||
},
|
||||
});
|
||||
var VMView = CompositeView.extend({
|
||||
'template': '#tpl-vm',
|
||||
|
||||
Reference in New Issue
Block a user