client/js/renderer/edgeeditor.js
changeset 461 48235ed6b07d
parent 459 98cae534083d
parent 447 e246651b6626
child 466 884b35feb04b
equal deleted inserted replaced
460:bdf851bb1c4f 461:48235ed6b07d
   175                     return false;
   175                     return false;
   176                 });
   176                 });
   177             }
   177             }
   178         },
   178         },
   179         redraw: function() {
   179         redraw: function() {
   180             var _coords = this.source_representation.paper_coords;
   180             if (this.options.popup_editor){
   181             Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);
   181                 var _coords = this.source_representation.paper_coords;
       
   182                 Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);
       
   183             }
   182             this.editor_$.show();
   184             this.editor_$.show();
   183             paper.view.draw();
   185             paper.view.draw();
   184         }
   186         }
   185     }).value();
   187     }).value();
   186 
   188