chore: correct spelling for 'dragable' (#4600)

This commit is contained in:
Netfan
2024-10-10 10:55:52 +08:00
committed by GitHub
parent 078f255e1a
commit ba539f6793
15 changed files with 23 additions and 23 deletions

View File

@@ -226,7 +226,7 @@ const defaultPreferences: Preferences = {
width: 230,
},
tabbar: {
dragable: true,
draggable: true,
enable: true,
height: 36,
keepAlive: true,
@@ -406,7 +406,7 @@ interface ShortcutKeyPreferences {
interface TabbarPreferences {
/** Whether dragging of multiple tabs is enabled */
dragable: boolean;
draggable: boolean;
/** Whether multiple tabs are enabled */
enable: boolean;
/** Tab height */