mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-18 18:59:01 +00:00
Update client.js
This commit is contained in:
parent
df92f22b0b
commit
f8bec8eeb4
@ -105,7 +105,7 @@ module.exports = (store, __exports) => {
|
||||
if (
|
||||
!document.querySelector('.notion-frame') ||
|
||||
!document.querySelector('.notion-sidebar') ||
|
||||
!document.querySelector('.notion-topbar')
|
||||
!document.querySelector('.notion-topbar > div[style*="display: flex"]')
|
||||
)
|
||||
return;
|
||||
clearInterval(attempt_interval);
|
||||
|
Loading…
Reference in New Issue
Block a user