Skip to content

Commit abcb7ca

Browse files
committed
assume import source children come from same source
Also adds an example using pigeon-maps
1 parent 384bd93 commit abcb7ca

File tree

9 files changed

+142
-163
lines changed

9 files changed

+142
-163
lines changed

docs/source/_static/css/interactive-widget.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
background-color: var(--color-code-background);
1010
min-height: 75px;
1111
}
12+
13+
.widget-container > div {
14+
width: 100%;
15+
}
16+
1217
.center-content {
1318
display: flex;
1419
align-items: center;

docs/source/_static/custom.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,8 +1900,6 @@ function mountWidgetExample(
19001900

19011901
const mountEl = document.getElementById(mountID);
19021902

1903-
console.log(useActivateButton);
1904-
19051903
if (!useActivateButton) {
19061904
mountLayoutWithWebSocket(
19071905
mountEl,

0 commit comments

Comments
 (0)