Closed
Description
Is your feature request related to a problem? Please describe.
When pressing the escape key to get rid of an error notifications (i.e. a syntax error from trying to execute a query with a typo), all notifications are closed.
If I start another query run before pressing ESC, the (valuable) notification containing the query progress also vanishes, along with the cancel button.
However the query is still executed in the background.
Describe the solution you'd like
Pressing ESC once should not close a notification that provides information about a running query.
If possible, pressing ESC twice could close that notification as well.
Describe alternatives you've considered
None