update to new svelte-repl API - fixes #2378

pull/2425/head
Richard Harris 5 years ago
parent ad9bdff268
commit df75e0c6d9

@ -57,6 +57,6 @@
"rollup-plugin-terser": "^4.0.4",
"sapper": "^0.26.0-alpha.12",
"shimport": "0.0.16",
"svelte": "^3.0.0-beta.21"
"svelte": "^3.0.0-beta.25"
}
}

@ -203,7 +203,7 @@
{rollupUrl}
{relaxed}
fixed={mobile}
setup={mapbox_setup}
injectedJS={mapbox_setup}
/>
</div>

@ -287,7 +287,7 @@
orientation={mobile ? 'columns' : 'rows'}
fixed={mobile}
on:change={handle_change}
setup={mapbox_setup}
injectedJS={mapbox_setup}
relaxed
/>
</div>

Loading…
Cancel
Save