client/js/renderer/nodeeditor.js
changeset 648 e388117572d8
parent 647 eaaa1efce396
child 649 2b9c120dba55
equal deleted inserted replaced
647:eaaa1efce396 648:e388117572d8
   305             });
   305             });
   306         },
   306         },
   307         redraw: function() {
   307         redraw: function() {
   308             if (this.options.popup_editor){
   308             if (this.options.popup_editor){
   309                 var _coords = this.source_representation.paper_coords;
   309                 var _coords = this.source_representation.paper_coords;
   310                 Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);
   310                 Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$, this.renderer.renkan);
   311             }
   311             }
   312             this.editor_$.show();
   312             this.editor_$.show();
   313             paper.view.draw();
   313             paper.view.draw();
   314         },
   314         },
   315         destroy: function() {
   315         destroy: function() {