Skip to content

Commit a63ca5c

Browse files
committed
refactor: reduce hover lock timer to 800ms
1 parent b17963d commit a63ca5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3809,7 +3809,7 @@ function RemoteFunctions(config = {}) {
38093809
_hoverLockTimer = setTimeout(() => {
38103810
enableHoverListeners();
38113811
_hoverLockTimer = null;
3812-
}, 1500); // 1.5s
3812+
}, 800);
38133813
}
38143814

38153815
/**

0 commit comments

Comments
 (0)