Skip to content

Commit 1478d0f

Browse files
committed
fix: Correct indentation for 'acceptInput' message handling
1 parent 50ea415 commit 1478d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ const App = () => {
8484
if (value === "antialiased" || value === "subpixel-antialiased" || value === "none") {
8585
smoothingValue = value
8686
}
87-
8887
;(document.documentElement.style as any)["webkitFontSmoothing"] = smoothingValue
88+
}
8989
if (message.type === "acceptInput") {
9090
chatViewRef.current?.acceptInput()
9191
}

0 commit comments

Comments
 (0)