Update client.js

This commit is contained in:
سالم محمد شماخ 2021-03-06 11:44:36 +03:00 committed by GitHub
parent df92f22b0b
commit f8bec8eeb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);