Skip to content

Commit

Permalink
fix inspect shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeleldar committed Nov 6, 2022
1 parent 18df490 commit 03dde21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ function handleTabShortcuts(e) {
e.preventDefault();
}
if (isModifier && e.key === "u") {
alert('dunno how to open devtools :(')
inspectTab();
e.preventDefault();
}
};

0 comments on commit 03dde21

Please sign in to comment.