Skip to content

Commit

Permalink
Fix false-positive
Browse files Browse the repository at this point in the history
Fixes #60
Fixes #52
  • Loading branch information
sindresorhus committed Dec 8, 2022
1 parent 7371950 commit 1953918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const devtools = {
orientation: undefined,
};

const threshold = 160;
const threshold = 170;

const emitEvent = (isOpen, orientation) => {
globalThis.dispatchEvent(new globalThis.CustomEvent('devtoolschange', {
Expand Down

0 comments on commit 1953918

Please sign in to comment.