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.
1 parent bc39d8f commit bbfe34dCopy full SHA for bbfe34d
js/src/mpl_widget.js
@@ -79,6 +79,8 @@ export class MPLCanvasModel extends widgets.DOMWidgetModel {
79
80
this.send_message('send_image_mode');
81
this.send_message('refresh');
82
+
83
+ this.send_message('initialized');
84
}
85
86
send_draw_message() {
0 commit comments