feat: offline pages mode
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user