Skip to content

Commit

Permalink
Don't auto close the tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Aug 25, 2023
1 parent 48c1316 commit 0bc566a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ if (!window.InspectorFrontendHost) {
socket.addEventListener("open", () => { this._socket = socket; });
socket.addEventListener("close", () => {
this._socket = null;
window.close();
document.body.style.filter = "grayscale(100%)";
console.trace("WebSocket connection has closed");

});
}

Expand Down

0 comments on commit 0bc566a

Please sign in to comment.