fix: images did not get cleared after clicking stop
This commit is contained in:
@@ -107,7 +107,6 @@ export default function useZoom(props: {
|
||||
if (isLoadingMaskRef.current) {
|
||||
return;
|
||||
}
|
||||
event.preventDefault();
|
||||
// stop
|
||||
handleZoom(event);
|
||||
updateCursorSize();
|
||||
|
||||
Reference in New Issue
Block a user