Skip to content

Commit d17cb10

Browse files
committed
fix demo
1 parent c6c9f98 commit d17cb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

explorer-v2/src/lib/ScopeExplorer.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
2525
let jsonEditor, sourceEditor;
2626
$: {
27-
refresh();
27+
refresh(options, svelteValue);
2828
}
29-
function refresh() {
29+
function refresh(options, svelteValue) {
3030
let scopeManager;
3131
const start = Date.now();
3232
try {

0 commit comments

Comments
 (0)