Skip to content

Commit

Permalink
chore: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Feb 16, 2024
1 parent ecbe7ff commit eb5ea87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sidebar/components/tab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,11 @@ function onMouseLeave(): void {
clearTimeout(Preview.state.mouseEnterTimeout)
clearTimeout(Preview.state.mouseLeaveTimeout)
Preview.state.mouseLeaveTimeout = setTimeout(() => {
if (!Settings.state.previewTabsInline) {
if (!Settings.state.previewTabsInline) {
Preview.state.mouseLeaveTimeout = setTimeout(() => {
Preview.closePreviewPopup()
}
}, 32)
}, 32)
}
}
}
Expand Down

0 comments on commit eb5ea87

Please sign in to comment.