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 de78263 commit 456228eCopy full SHA for 456228e
docs/source/exts/interactive_widget.py
@@ -61,7 +61,10 @@ def run(self):
61
fadeOutAndThen(enableWidgetButton, () => {{
62
mount.removeChild(enableWidgetButton);
63
mount.setAttribute("class", "interactive widget-container");
64
- layout.renderLayout(mount, ws_proto + idom_url + "/stream?view_id={view_id}");
+ layout.mountLayoutWithWebSocket(
65
+ mount,
66
+ ws_proto + idom_url + "/stream?view_id={view_id}"
67
+ );
68
}});
69
70
0 commit comments