Skip to content

Commit d2623df

Browse files
committed
no async on widget example script
1 parent aa159be commit d2623df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_exts/interactive_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525
f"""
2626
<div>
2727
<div id="{container_id}" class="interactive widget-container center-content" style="" />
28-
<script async type="module">
28+
<script type="module">
2929
import {{ mountWidgetExample }} from "{_IDOM_STATIC_HOST}/_static/custom.js";
3030
mountWidgetExample("{container_id}", "{view_id}", "{_IDOM_EXAMPLE_HOST}");
3131
</script>

0 commit comments

Comments
 (0)