src_js/iconolab-bundle/src/components/cutout/Cutout.vue
changeset 151 797460904f77
parent 146 f912b591e1c1
--- a/src_js/iconolab-bundle/src/components/cutout/Cutout.vue	Mon Aug 22 12:46:43 2016 +0200
+++ b/src_js/iconolab-bundle/src/components/cutout/Cutout.vue	Tue Aug 23 18:01:08 2016 +0200
@@ -38,8 +38,7 @@
 					}
 			});
 			this.$refs.zoomview.setZoomTarget(this.drawingComponent.getPaper());
-			this.showEditor();
-			this.drawingComponent.createTestHandler(10,20, 50);
+			this.showForm();
 		},
 
 		methods: {
@@ -145,7 +144,7 @@
 			},
 
 			showEditor: function () {
-				this.formView = true;
+				this.formView = false;
 				this.resetZoom();
 				/* on edit mode reset*/
 			},