From 2100daadebce920f19a29141b7b1e73729e09a1a Mon Sep 17 00:00:00 2001 From: Ayobami Date: Wed, 2 Jul 2025 20:58:55 +0100 Subject: [PATCH] Refactor add selected dock image to appear in front of the sidebar --- src/components/Builder/Builder.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,