Refactor add selected dock image to appear in front of the sidebar
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user