From 6e3ba27131062ead521801eb6c66782eedd44359 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Tue, 3 Feb 2026 16:17:28 +0200 Subject: [PATCH] fix: Closing X in editor disappeared (#455) --- .webpack/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.webpack/css.js b/.webpack/css.js index 3b83715b..338ae91b 100644 --- a/.webpack/css.js +++ b/.webpack/css.js @@ -22,7 +22,7 @@ const rules = [{ }, }], }, { - test: /\.(png|gif|woff|woff2|eot|ttf)$/, + test: /\.(png|gif|svg|woff|woff2|eot|ttf)$/, type: 'asset/inline', }];