remove comment

This commit is contained in:
Víctor Losada Hernández
2026-08-27 20:18:16 +02:00
parent 0d133c07c6
commit 2f7136f257
@@ -66,20 +66,6 @@ const SettingsEditor = ({ settings, updateSettings = ()=>{}, EditorThemeNameList
</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'>
<label htmlFor='autoCloseBrackets'>
Automatically close brackets