mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-23 22:43:56 +00:00
remove comment
This commit is contained in:
@@ -66,20 +66,6 @@ const SettingsEditor = ({ settings, updateSettings = ()=>{}, EditorThemeNameList
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/*
|
|
||||||
<div className='field title'>
|
|
||||||
<label htmlFor='blockShading'>
|
|
||||||
Background Shading of blocks in editor
|
|
||||||
</label>
|
|
||||||
<input
|
|
||||||
id='blockShading'
|
|
||||||
type='checkbox'
|
|
||||||
name='blockShading'
|
|
||||||
checked={currentSettings.blockShading}
|
|
||||||
onChange={(e) => handleFieldChange('blockShading', e)}
|
|
||||||
/>
|
|
||||||
</div> */}
|
|
||||||
|
|
||||||
<div className='field'>
|
<div className='field'>
|
||||||
<label htmlFor='autoCloseBrackets'>
|
<label htmlFor='autoCloseBrackets'>
|
||||||
Automatically close brackets
|
Automatically close brackets
|
||||||
|
|||||||
Reference in New Issue
Block a user