equal
deleted
inserted
replaced
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 |