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