mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-14 18:57:56 +01:00
Minor fix.
This commit is contained in:
parent
8db3e88ad9
commit
af240506ea
@ -70,7 +70,7 @@ function loadDesignerOptions() {
|
|||||||
height: parseInt(screen.height),
|
height: parseInt(screen.height),
|
||||||
width: parseInt(screen.width)
|
width: parseInt(screen.width)
|
||||||
};
|
};
|
||||||
result = {readOnly:true,zoom:0.85,saveOnLoad:true,size:containerSize};
|
result = {readOnly:false,zoom:0.85,saveOnLoad:true,size:containerSize};
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user