fix: 修复标签栏排序错乱问题

This commit is contained in:
Baobhan Sith
2025-05-13 19:35:05 +08:00
parent 13066c8b71
commit 97df12f8a7
4 changed files with 47 additions and 6 deletions
@@ -64,6 +64,7 @@ export const openNewSession = (
activeEditorTabId: ref(null),
commandInputContent: ref(''),
isMarkedForSuspend: false,
createdAt: Date.now(),
disposables: [],
};