mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 17:03:55 +10:00
pin vite-plus versions to 0.1.19
This commit is contained in:
@@ -27,7 +27,14 @@ function RouteComponent() {
|
||||
|
||||
return (
|
||||
<div className="fixed inset-0">
|
||||
<TransformWrapper centerOnInit limitToBounds={false} minScale={0.3} initialScale={0.6} maxScale={6} wheel={{ step: 0.001 }}>
|
||||
<TransformWrapper
|
||||
centerOnInit
|
||||
limitToBounds={false}
|
||||
minScale={0.3}
|
||||
initialScale={0.6}
|
||||
maxScale={6}
|
||||
wheel={{ step: 0.001 }}
|
||||
>
|
||||
<TransformComponent wrapperClass="h-full! w-full!">
|
||||
<ResumePreview
|
||||
showPageNumbers
|
||||
|
||||
Reference in New Issue
Block a user