From bc7b29bd0e66105ef56d3dd0c76d853def3619b5 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 31 Jan 2023 20:13:51 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=94=B9=E8=BF=9B=E6=B8=85=E7=90=86?= =?UTF-8?q?=E6=9C=AA=E5=BC=95=E7=94=A8=E8=B5=84=E6=BA=90=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/7216?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/config/image.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/config/image.ts b/app/src/config/image.ts index 511cabef6..b2b4d09eb 100644 --- a/app/src/config/image.ts +++ b/app/src/config/image.ts @@ -44,6 +44,7 @@ export const image = { }); }); assetsListElement.innerHTML = `
  • ${window.siyuan.languages.emptyContent}
  • ` + image.element.querySelector(".config-assets__preview").innerHTML = ""; }); });