()
| 66 | } |
| 67 | |
| 68 | marks_changed() { |
| 69 | this.populate_mark_views().then(() => this.selected_changed()); |
| 70 | } |
| 71 | |
| 72 | handle_custom_messages(msg) { |
| 73 | if (msg.type === 'reset') { |
nothing calls this directly
no test coverage detected
searching dependent graphs…