Merge pull request #14955 from thoys/fix/create/reloadCrash

Case 18299: Remove workaround for Interactive window crash now that it is fixed
This commit is contained in:
Shannon Romano 2019-03-06 12:46:00 -08:00 committed by GitHub
commit fc2f1ff994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,9 +125,6 @@ module.exports = (function() {
Script.scriptEnding.connect(this, function() {
this.window.close();
// FIXME: temp solution for reload crash (MS18269),
// we should decide on proper object ownership strategy for InteractiveWindow API
this.window = null;
});
},
setVisible: function(visible) {