Closing ACE when hot updating

When we write code in local spacework, after vs code hot-updaes, I find ACE can’t be closed automatically. It becomes a useless page and stops Inspector to create a new one. I have to close it by hand and then I can open a new ACE. I think it should be closed when hot-updating.

Not really sure how to detect this case easily ? @RaananW any idea ?

That’s, in general, and issue with all of our pop-up implementation. I’ll see what we can do!

1 Like

If we can’t close pop when hot-updating, can we find the old one and close it when we create an new one

let’s get a proper fix for that one :slight_smile: working on it, will let you konw here

2 Likes

Issue will be merged very soon : Close popups on inspector’s window unload by RaananW · Pull Request #12022 · BabylonJS/Babylon.js (github.com)

2 Likes