diff --git a/wise-editor/src/main/webapp/js/editor.js b/wise-editor/src/main/webapp/js/editor.js index bd80e2f6..da23195d 100644 --- a/wise-editor/src/main/webapp/js/editor.js +++ b/wise-editor/src/main/webapp/js/editor.js @@ -70,7 +70,7 @@ function loadDesignerOptions() { height: parseInt(screen.height), 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; }