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 89f2dcf commit 53b9222Copy full SHA for 53b9222
webview-ui/src/App.tsx
@@ -78,7 +78,7 @@ const App = () => {
78
79
if (message.type === "fontAliasing") {
80
const value = message.value as string | undefined
81
- let smoothingValue = "unset" // Default to letting the browser decide
+ let smoothingValue = "unset"
82
83
if (value === "antialiased" || value === "subpixel-antialiased" || value === "none") {
84
smoothingValue = value
0 commit comments