Skip to content

Commit 30d27ee

Browse files
author
Ives van Hoorne
committed
Allow to reset deps
1 parent 4f5f7f3 commit 30d27ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sandbox/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ let url = null;
2020

2121
async function addDependencyBundle() {
2222
if (url !== '') {
23+
window.dependencies = null;
2324
const script = document.createElement('script');
2425
script.setAttribute('src', url);
2526
script.setAttribute('async', false);

0 commit comments

Comments
 (0)