Przeglądaj źródła

canvas limit to bounds

AykutSarac 3 lat temu
rodzic
commit
e9ab9ceb9d
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/containers/LiveEditor/index.tsx

+ 0 - 1
src/containers/LiveEditor/index.tsx

@@ -74,7 +74,6 @@ export const LiveEditor: React.FC = React.memo(function LiveEditor() {
           maxScale={1.8}
           maxScale={1.8}
           minScale={0.4}
           minScale={0.4}
           initialScale={0.8}
           initialScale={0.8}
-          limitToBounds={false}
           wheel={wheelOptions}
           wheel={wheelOptions}
           onInit={onInit}
           onInit={onInit}
         >
         >