From 015767974e25fb86f4fb91e6346204caed98b8d7 Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Thu, 29 Jul 2021 23:26:28 +0200 Subject: [PATCH] update color for image lib --- src/editor/components/seExplorerButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('');