Skip to content

Commit d3bf271

Browse files
committed
reduce sidebar tooltip delay to 700ms
1 parent 5d167bd commit d3bf271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ function initSidebarTooltip() {
619619
tooltipTimer = setTimeout(() => {
620620
showTooltipForItem(item);
621621
tooltipQuickMode = true;
622-
}, 3000);
622+
}, 700);
623623
}
624624
}
625625
});

0 commit comments

Comments
 (0)