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