diff --git a/src/components/Builder/Builder.jsx b/src/components/Builder/Builder.jsx index 2556783..a1c82d1 100644 --- a/src/components/Builder/Builder.jsx +++ b/src/components/Builder/Builder.jsx @@ -113,7 +113,7 @@ export const Builder = ({ editor }) => { imageUrl, function (img) { img.set({ - left: 240, //Note that this starting pos is behind the sidebar + left: 300, //To prevent appearing behind the sidebar top: 0, scaleX: scaleFactor, scaleY: scaleFactor,