Skip to content

Commit 6d16785

Browse files
committed
fix doc import source URL
1 parent f44113d commit 6d16785

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/_exts/interactive_widget.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def run(self):
3737
mount.setAttribute("class", "interactive widget-container");
3838
layout.mountLayoutWithWebSocket(
3939
mount,
40-
ws_proto + idom_url + "/stream?view_id={view_id}"
40+
ws_proto + idom_url + "/stream?view_id={view_id}",
41+
"/client/web_modules",
4142
);
4243
}});
4344
}});

0 commit comments

Comments
 (0)