- improved zoom while clicking on on image to zoom
This commit is contained in:
@@ -15,7 +15,7 @@ export const useCreateVideoSnapshot = () => {
|
||||
const videoSnapShot = videoFeedQuery?.data;
|
||||
const isVideoLoading = videoFeedQuery.isPending;
|
||||
|
||||
if (isVideoLoading === false && videoSnapShot && mode === "zoom") {
|
||||
if ((isVideoLoading === false && videoSnapShot && mode === "magnify") || mode === "zoom") {
|
||||
snapShot = videoSnapShot;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user