We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ea415 commit 1478d0fCopy full SHA for 1478d0f
webview-ui/src/App.tsx
@@ -84,8 +84,8 @@ const App = () => {
84
if (value === "antialiased" || value === "subpixel-antialiased" || value === "none") {
85
smoothingValue = value
86
}
87
-
88
;(document.documentElement.style as any)["webkitFontSmoothing"] = smoothingValue
+ }
89
if (message.type === "acceptInput") {
90
chatViewRef.current?.acceptInput()
91
0 commit comments