We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ee51f commit 567df56Copy full SHA for 567df56
1 file changed
src/dev-tools/load.js
@@ -11,7 +11,7 @@ function loadDevTools(callback) {
11
}
12
13
14
- // the check localStorage
+ // then check localStorage
15
const localStorageValue = window.localStorage.getItem('dev-tools')
16
const setInLocalStorage = localStorageValue != undefined
17
const localStorageEnabled = localStorageValue === 'true'
0 commit comments