1 parent 676fab8 commit 8374cebCopy full SHA for 8374ceb
1 file changed
toc-bar.user.js
@@ -181,7 +181,7 @@
181
182
function isEmpty(input) {
183
if (input) {
184
- return Object.keys(input).length > 0
+ return Object.keys(input).length === 0
185
}
186
return true
187
0 commit comments