fix: return transform from useZoom
This commit is contained in:
@@ -179,9 +179,7 @@ const useZoom = (zoomPane: Ref<HTMLDivElement>, options: UseZoomOptions) => {
|
||||
applyZoomFilter()
|
||||
})
|
||||
|
||||
return {
|
||||
transform,
|
||||
}
|
||||
return transform
|
||||
}
|
||||
|
||||
export default useZoom
|
||||
|
||||
Reference in New Issue
Block a user