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