jsmorabito_obsidian-commander/src
carlesba ecc9c06fd9
Fix mobile toolbar icons not responding to clicks
Replace this.forceUpdate() with useState hook in functional components.
In Preact functional components, 'this' is undefined, so this.forceUpdate()
silently threw errors, preventing all callback handlers (remove, reorder,
rename, icon change, mode change) from completing on mobile.
2026-06-25 15:37:11 +02: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: resolve all ESLint errors across the codebase 2026-06-13 20:55:23 -04:00
styles Fixed tooltip position for status bar commands. 2025-11-26 15:20:30 -08:00
ui Fix mobile toolbar icons not responding to clicks 2026-06-25 15:37:11 +02: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: resolve all ESLint errors across the codebase 2026-06-13 20:55:23 -04:00
util.tsx fix: resolve all ESLint errors across the codebase 2026-06-13 20:55:23 -04:00