(fix): two small errors
This commit is contained in:
parent
28a3d72fad
commit
9edd548466
2 changed files with 1 additions and 8 deletions
|
|
@ -37,9 +37,7 @@ function syncDocumentClasses(targetDocument: Document) {
|
|||
}
|
||||
|
||||
function PopoutScreen() {
|
||||
const closeCheckRef = useRef<ReturnType<typeof window.setInterval> | null>(
|
||||
null,
|
||||
);
|
||||
const closeCheckRef = useRef<number | null>(null);
|
||||
const [container, setContainer] = useState<HTMLDivElement | null>(null);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue