--- a/client/js/renderer/edgeeditor.js Mon Apr 27 17:23:14 2015 +0200
+++ b/client/js/renderer/edgeeditor.js Tue May 05 17:59:14 2015 +0200
@@ -138,8 +138,10 @@
}
},
redraw: function() {
- var _coords = this.source_representation.paper_coords;
- Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);
+ if (this.options.popup_editor){
+ var _coords = this.source_representation.paper_coords;
+ Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);
+ }
this.editor_$.show();
paper.view.draw();
}