mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:13:09 +02:00
Merge pull request #11603 from MiladNazeri/fogBugz/8382
Fix for fogbugz:8382 to shutdown debug window on reload scripts
This commit is contained in:
commit
648ae731da
1 changed files with 4 additions and 0 deletions
|
@ -53,4 +53,8 @@ ScriptDiscoveryService.clearDebugWindow.connect(function() {
|
||||||
window.clearDebugWindow();
|
window.clearDebugWindow();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Script.scriptEnding.connect(function () {
|
||||||
|
window.close();
|
||||||
|
})
|
||||||
|
|
||||||
}());
|
}());
|
||||||
|
|
Loading…
Reference in a new issue