Skip to content

Commit 5cb6aa3

Browse files
committed
InputScientificNumber: added support for up/down buttons.
1 parent d616d92 commit 5cb6aa3

File tree

3 files changed

+408
-25
lines changed

3 files changed

+408
-25
lines changed

src/renderer/src/common/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export const LONG_DELAY: number = 369;
88

99
export const TOAST_LIFE: number = 3000;
1010

11+
export const SPIN_INITIAL_DELAY: number = 500;
12+
export const SPIN_REPEAT_DELAY: number = 40;
13+
1114
const crtYear: number = new Date().getFullYear();
1215

1316
export const COPYRIGHT: string = crtYear === 2025 ? '2025' : `2025-${String(crtYear)}`;

0 commit comments

Comments
 (0)