Let's suppose I remove all the tabs but I continue working on an API say http://localhost/test1
And then if I click + to create a new tab to work on another API, the entire context of http://localhost/test1 will be lost. All header entries, body data etc. This happened many times to me. It can be solved by saving but I don't want to save every request or I can be more careful, but I think this is a genuine issue
Expected Behavior
What I would like here is to have at least one tab open at any time i.e the last tab should not be removable
I will be happy to work on it
Actual Behavior
http://localhost/test1
+
to create a new tab to work on another API, the entire context ofhttp://localhost/test1
will be lost. All header entries, body data etc. This happened many times to me. It can be solved by saving but I don't want to save every request or I can be more careful, but I think this is a genuine issueExpected Behavior
What I would like here is to have at least one tab open at any time i.e the last tab should not be removable I will be happy to work on it
Specifications