client/js/renderer/nodeeditor.js
changeset 447 e246651b6626
parent 445 705a2e9c6c9d
child 450 88e8673aaeeb
--- a/client/js/renderer/nodeeditor.js	Tue May 05 18:00:13 2015 +0200
+++ b/client/js/renderer/nodeeditor.js	Wed May 06 10:38:01 2015 +0200
@@ -202,10 +202,10 @@
             });
         },
         redraw: function() {
-        	if (this.options.popup_editor){
-        		var _coords = this.source_representation.paper_coords;
-        		Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);        		
-        	}
+            if (this.options.popup_editor){
+                var _coords = this.source_representation.paper_coords;
+                Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);                
+            }
             this.editor_$.show();
             paper.view.draw();
         }