Skip to content

Commit

Permalink
fix: setting state to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Palanikannan1437 committed Sep 17, 2024
1 parent 3972039 commit c362555
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ export const CustomImageBlock: React.FC<CustomImageNodeViewProps> = (props) => {

setSize(newSize);
updateAttributes(newSize);
setInitialResizeComplete(true);
} else {
setInitialResizeComplete(true);
}

setInitialResizeComplete(true);
setIsLoading(false);
};
}
Expand Down

0 comments on commit c362555

Please sign in to comment.