mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 17:22:09 +02:00
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:
commit
fc2f1ff994
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue