rest-book
rest-book copied to clipboard
Output is rendered on top of collapsed area
REST Book v6.2.1
Steps to reproduce:
- Create a new REST notebook.
- Enter a
GETrequest that will return a JSON result. - Run the request once.
- Collapse the output area by clicking the folding indicator.
- Run the request again while the output is folded.
- Note the request output is rendered un-collapsed on top of the collapsed output area.
Expected behavior:
Either:
- The output would be rendered inside the collapsed area and remain collapsed, or
- The output area would be automatically expanded and rendered normally.
