Previously, long press to select files only worked in singleClick mode,
making it impossible to select files on mobile devices in normal mode
where right-click is not available.
This fix enables long press selection regardless of singleClick setting,
which is essential for mobile usability.
Changes:
- Remove singleClick condition from handleLongPress
- Properly handle long press in itemClick for both modes
Fixes regression introduced in commit 8d752204🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>