fix font awesome

This commit is contained in:
Ulf Gebhardt 2025-05-28 20:59:24 +02:00
parent 011b53aee3
commit 353ca60398
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -48,4 +48,5 @@ library.add([
faQuestionCircle,
])
dom.insertCss()
dom.i2svg()
dom.watch()