We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c3f29f + 7c2bb8a commit 84d3e49Copy full SHA for 84d3e49
src/mpl_widget.ts
@@ -207,6 +207,16 @@ export class MPLCanvasModel extends DOMWidgetModel {
207
this.waiting = false;
208
}
209
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
220
on_comm_message(evt: any, dataviews: any) {
221
const msg = JSON.parse(evt.data);
222
const msg_type = msg['type'];
0 commit comments