fix: export buttons do not work (#274)

This commit is contained in:
lencx
2023-01-29 23:25:23 +08:00
parent 7e499b6b1e
commit ffef57e934
3 changed files with 15 additions and 15 deletions

View File

@@ -200,7 +200,7 @@ class Elements {
}
init() {
// this.threadWrapper = document.querySelector(".cdfdFe");
this.spacer = document.querySelector(".w-full.h-48.flex-shrink-0");
this.spacer = document.querySelector("[class*='h-48'].w-full.flex-shrink-0");
this.thread = document.querySelector(
"[class*='react-scroll-to-bottom']>[class*='react-scroll-to-bottom']>div"
);