How do I dismiss the "Drop HAR files here" box in Chrome network panel?

My Chrome console's network panel has become unusable today because it keeps getting overlaid with a drag/drop UI for HAR files. How do I dismiss it, or turn this feature off? Never encountered this behavior until today. Thanks.


One way to get out of this state is by closing Chrome's developer tools window and opening it again (e.g., F12 twice with focus on Chrome). The problem is this clears any info you may have accumulated in the Network panel.

A better way that does not have this problem is to drag a file (any file) over it and just make sure to drag it off the window not too fast. At that point you can cancel the drag (with the escape key or any other way).


From your desktop, drag a small empty text file to the HAR popover window. This will crash in the console, the HAR popover will be dismissed, and your network state will be preserved. Then you can get back to doing what you were doing.