feat: offline pages mode

This commit is contained in:
Julien Froidefond
2025-02-21 09:31:23 +01:00
parent b62b44eab9
commit 8c13021bfb
8 changed files with 136 additions and 116 deletions

View File

@@ -106,7 +106,7 @@ export const Thumbnail = forwardRef<HTMLButtonElement, ThumbnailProps>(
return (
<button
ref={(node) => {
thumbnailRef.current = node;
// thumbnailRef.current = node;
if (typeof ref === "function") {
ref(node);
} else if (ref) {