From f8bec8eeb44c287ad9e3f00cffdd063cebedea85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B3=D8=A7=D9=84=D9=85=20=D9=85=D8=AD=D9=85=D8=AF=20?= =?UTF-8?q?=D8=B4=D9=85=D8=A7=D8=AE?= <58360393+superastorh@users.noreply.github.com> Date: Sat, 6 Mar 2021 11:44:36 +0300 Subject: [PATCH] Update client.js --- mods/core/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/core/client.js b/mods/core/client.js index a6eddd0..e311be6 100644 --- a/mods/core/client.js +++ b/mods/core/client.js @@ -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);