mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix font awesome
This commit is contained in:
parent
011b53aee3
commit
353ca60398
@ -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;
|
||||
|
||||
@ -48,4 +48,5 @@ library.add([
|
||||
faQuestionCircle,
|
||||
])
|
||||
|
||||
dom.insertCss()
|
||||
dom.i2svg()
|
||||
dom.watch()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user