()
| 256 | } |
| 257 | |
| 258 | empty_selection() { |
| 259 | this.update_mark_selected(); |
| 260 | this.model.set('selected_x', null); |
| 261 | this.model.set('selected_y', null); |
| 262 | this.touch(); |
| 263 | } |
| 264 | |
| 265 | convert_and_save() { |
| 266 | const e = d3GetEvent(); |
no test coverage detected