filebrowser/frontend
wx-11-ot 25de12bc20 fix: Enable long press selection on mobile for all modes
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>
2025-08-06 16:48:29 +08:00
..
dist refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
public feat: update icons, remove deprecated Microsoft Tiles 2025-07-02 08:33:12 +02:00
src fix: Enable long press selection on mobile for all modes 2025-08-06 16:48:29 +08:00
tests feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
tests-examples feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
.prettierignore refactor: Fix eslint warnings (#3698) 2025-01-30 10:18:48 +01:00
.prettierrc.json refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
assets_dev.go chore: add make fmt target 2021-12-20 22:39:00 +01:00
assets.go chore: add make fmt target 2021-12-20 22:39:00 +01:00
env.d.ts build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
eslint.config.js chore: update minor dependencies (#5295) 2025-07-15 20:02:06 +02:00
index.html feat: update icons, remove deprecated Microsoft Tiles 2025-07-02 08:33:12 +02:00
package.json build(deps): bump vue-i18n from 11.1.9 to 11.1.10 in /frontend 2025-07-17 06:49:33 +02:00
playwright.config.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
pnpm-lock.yaml build(deps): bump vue-i18n from 11.1.9 to 11.1.10 in /frontend 2025-07-17 06:49:33 +02:00
postcss.config.cjs refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
tsconfig.app.json build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
tsconfig.json build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
tsconfig.node.json build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
tsconfig.tsc.json feat: select item on file list after navigating back (#5329) 2025-07-27 13:03:00 +02:00
vite.config.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00