Skip to content

Commit e6e669b

Browse files
Update src/settings/editorSettings.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent eddcd5c commit e6e669b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings/editorSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default function editorSettings() {
129129
{
130130
key: "autoCloseTags",
131131
text: strings["auto close tags"],
132-
checkbox: values.autoCloseTags ?? true,
132+
checkbox: values.autoCloseTags,
133133
info: strings["settings-info-editor-auto-close-tags"],
134134
category: categories.assistance,
135135
},

0 commit comments

Comments
 (0)