mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix Editor's Font Family preference not being editable (#4938)
This commit is contained in:
parent
c04a3b8d33
commit
5196ffa55d
@ -85,7 +85,6 @@ export const Editor = observer(() => {
|
|||||||
<Input
|
<Input
|
||||||
theme="round-black"
|
theme="round-black"
|
||||||
type="text"
|
type="text"
|
||||||
validators={InputValidators.isNumber}
|
|
||||||
value={editorConfiguration.fontFamily}
|
value={editorConfiguration.fontFamily}
|
||||||
onChange={value => editorConfiguration.fontFamily = value}
|
onChange={value => editorConfiguration.fontFamily = value}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user