We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a0d51 commit 7b94d5fCopy full SHA for 7b94d5f
1 file changed
src/components/TabBar.vue
@@ -15,8 +15,7 @@ const tabsContainer = ref<HTMLDivElement | null>(null);
15
const editingTabId = ref<string | null>(null);
16
const originalName = ref("");
17
18
-// macOS detection for traffic light UI
19
-const isMac = computed(() => navigator.userAgent.includes("Macintosh"));
+
20
21
// State for traffic light button hover/press
22
const closeState = ref<"normal" | "hover" | "press">("normal");
0 commit comments