From 353ca603981f1f10a0ed30e9557026484d13b704 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 28 May 2025 20:59:24 +0200 Subject: [PATCH] fix font awesome --- src/Components/Input/TextAreaInput.tsx | 2 +- src/css.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Components/Input/TextAreaInput.tsx b/src/Components/Input/TextAreaInput.tsx index f12fd644..95bb1710 100644 --- a/src/Components/Input/TextAreaInput.tsx +++ b/src/Components/Input/TextAreaInput.tsx @@ -77,7 +77,7 @@ export function TextAreaInput({ minHeight: size === 'small' ? '100%' : '100%', maxHeight: size === 'small' ? '30px' : containerHeight, forceSync: true, - autoDownloadFontAwesome: true, + autoDownloadFontAwesome: false, /* autoDownloadFontAwesome?: boolean; autofocus?: boolean; diff --git a/src/css.tsx b/src/css.tsx index 207fc488..23f2ba67 100644 --- a/src/css.tsx +++ b/src/css.tsx @@ -48,4 +48,5 @@ library.add([ faQuestionCircle, ]) -dom.insertCss() +dom.i2svg() +dom.watch()