Added the ability to automatically scroll to active tabs

This commit is contained in:
2025-10-05 18:53:49 +08:00
parent d49ffc20df
commit b5d90cc59a
3 changed files with 47 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ export const DEFAULT_CONFIG: AppConfig = {
editing: {
fontSize: CONFIG_LIMITS.fontSize.default,
fontFamily: FONT_OPTIONS[0].value,
fontWeight: 'normal',
fontWeight: '400',
lineHeight: CONFIG_LIMITS.lineHeight.default,
enableTabIndent: true,
tabSize: CONFIG_LIMITS.tabSize.default,