client/js/renderer/edgeeditor.js
changeset 447 e246651b6626
parent 445 705a2e9c6c9d
child 461 48235ed6b07d
equal deleted inserted replaced
446:ce8dccd4321e 447:e246651b6626
   136                     }
   136                     }
   137                 });
   137                 });
   138             }
   138             }
   139         },
   139         },
   140         redraw: function() {
   140         redraw: function() {
   141         	if (this.options.popup_editor){
   141             if (this.options.popup_editor){
   142         		var _coords = this.source_representation.paper_coords;
   142                 var _coords = this.source_representation.paper_coords;
   143         		Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);
   143                 Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);
   144         	}
   144             }
   145             this.editor_$.show();
   145             this.editor_$.show();
   146             paper.view.draw();
   146             paper.view.draw();
   147         }
   147         }
   148     }).value();
   148     }).value();
   149 
   149