client/js/renderer/edgeeditor.js
changeset 648 e388117572d8
parent 625 4d67ae41b9b3
child 649 2b9c120dba55
--- a/client/js/renderer/edgeeditor.js	Thu Jan 05 16:26:07 2017 +0100
+++ b/client/js/renderer/edgeeditor.js	Thu Jan 05 19:34:53 2017 +0100
@@ -178,7 +178,7 @@
         redraw: function() {
             if (this.options.popup_editor){
                 var _coords = this.source_representation.paper_coords;
-                Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);
+                Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$, this.renderer.renkan);
             }
             this.editor_$.show();
             paper.view.draw();