Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
Expand Down
5 changes: 4 additions & 1 deletion src/widgets/WorkTabs/TabsOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
}"
@click="handleCloseOtherTabs()"
>
<span class="close-icon focus">
<span
v-if="!isOnlyOneTab"
class="close-icon focus"
>
<n-icon
:component="CloseOutline"
/>
Expand Down