jsmorabito_obsidian-commander/src
johnny1093 fd04bcad28 fix: compare slider value as a number, not a string
The range-input onPointerMove handler compared val (a number) against
target.value (a string), which under strict !== is never equal - so
the dedup check was a no-op and setVal/changeHandler fired on every
pointer move regardless of whether the value actually changed. Parse
to Number first, same as the adjacent ChangeableText handleChange
already does for the same slider.

Worth a manual check: drag the delay/spacing/row-height sliders in
settings and confirm they still track the pointer smoothly.
2026-07-11 09:43:19 -04:00
..
__tests__ lint: add explicit types to Obsidian test mocks 2026-07-11 09:21:17 -04:00
assets feat: add missing features after 1.1.0 update + fix left ribbon, close #57, close #62 2022-12-20 22:46:36 +01:00
manager/commands fix: correct ribbon item property name and type WorkspaceRibbon.items 2026-07-11 09:31:00 -04:00
styles Fixed tooltip position for status bar commands. 2025-11-26 15:20:30 -08:00
ui fix: compare slider value as a number, not a string 2026-07-11 09:43:19 -04:00
constants.ts fix: resolve all ESLint errors across the codebase 2026-06-13 20:55:23 -04:00
custom.d.ts Publish first BRAT-Release 2022-06-06 18:29:14 +02:00
l10n.ts feat: add missing features after 1.1.0 update + fix left ribbon, close #57, close #62 2022-12-20 22:46:36 +01:00
main.ts fix: resolve all ESLint errors across the codebase 2026-06-13 20:55:23 -04:00
types.ts fix: correct ribbon item property name and type WorkspaceRibbon.items 2026-07-11 09:31:00 -04:00
util.tsx fix: correct ribbon item matching and stray global app references 2026-07-11 09:26:19 -04:00