diff --git a/src/editor/components/seExplorerButton.js b/src/editor/components/seExplorerButton.js
index 56a0418c..f64ddc00 100644
--- a/src/editor/components/seExplorerButton.js
+++ b/src/editor/components/seExplorerButton.js
@@ -300,7 +300,7 @@ export class ExplorerButton extends HTMLElement {
this.$lib.innerHTML = Object.entries(this.data).map(([ key, path ]) => {
const encoded = btoa(`
`);
return ``;
}).join('');