ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.3k stars 123 forks source link

[#133] Fix Bug where select request dialog randomly appears in test e… #136

Closed jffhll closed 5 months ago

jffhll commented 5 months ago

…ditor

Closes https://github.com/ArchGPT/insomnium/issues/133

Looks like this bug was reported after the split off from Insomnia in https://github.com/Kong/insomnia/issues/6482 and fixed within https://github.com/Kong/insomnia/pull/6477

Looks like the showModal stuff should just be removed, so doing that here too.

archywillhe commented 5 months ago

good discovery; thx!