Skip to content

Commit 84d3e49

Browse files
authored
Merge pull request #368 from martinRenou/silent_warnings
Silent warnings
2 parents 4c3f29f + 7c2bb8a commit 84d3e49

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/mpl_widget.ts

+10
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,16 @@ export class MPLCanvasModel extends DOMWidgetModel {
207207
this.waiting = false;
208208
}
209209

210+
handle_history_buttons(msg: any) {
211+
// No-op
212+
}
213+
214+
handle_navigate_mode(msg: any) {
215+
// TODO: Remove _current_action property in the toolbar and use
216+
// this message instead to know which is the current mode/which
217+
// button to toggle?
218+
}
219+
210220
on_comm_message(evt: any, dataviews: any) {
211221
const msg = JSON.parse(evt.data);
212222
const msg_type = msg['type'];

0 commit comments

Comments
 (0)