We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667eda5 commit b8dbcf1Copy full SHA for b8dbcf1
src/renderer/clip/clip_window.ts
@@ -847,11 +847,7 @@ function startLong() {
847
uIOhook = require("uiohook-napi").uIOhook;
848
uIOhook.start();
849
uIOhook.on("keyup", () => {
850
- const n = new Date().getTime();
851
- if (n - lastLong > 400) {
852
- lastLong = n;
853
- long_s();
854
- }
+ long_s();
855
});
856
uIOhook.on("wheel", () => {
857
const n = new Date().getTime();
0 commit comments