Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix: image preview flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Nov 20, 2023
1 parent 73e63c2 commit 69fdc63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const ImagePreview = ({
display: isViewable ? "flex" : "none",
cursor: "zoom-in",
backgroundColor: isDark ? "#333" : "#f5f5f5",
opacity: isOpen ? 0 : 1,
}}
transition={{ type: "timing" }}
draggable={false}
Expand Down

0 comments on commit 69fdc63

Please sign in to comment.