apinf / openapi-designer

Design interface for creating Open API (Swagger) specification files
https://openapi.design
MIT License
69 stars 18 forks source link

Prompt user before removing path, parameter, etc. #338

Open brylie opened 7 years ago

brylie commented 7 years ago

There have been several times when I have clicked the 'X' next to a path or something else when I was intending to open the item for editing. This will remove the item without any prompt.

Add a prompt to make sure the end-user wants to remove the item, since removal is lossy.

LeviRosol commented 5 years ago

Resolved in this PR:

https://github.com/apinf/openapi-designer/pull/369