filebrowser/frontend
Andy Bodnar 891d6c6b03 fix: prevent context menu clicks from clearing file selection
Right-clicking on a file and selecting Share or Rename would clear
the selection before the action could be performed, because the
click handler was treating context menu clicks as regular clicks.

Added early return when clicking inside .context-menu to preserve
the file selection during context menu interactions.

Fixes #5680
2026-01-10 13:39:41 -07:00
..
dist refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
public chore: remove unused dependencies 2025-11-13 14:19:08 +01:00
src fix: prevent context menu clicks from clearing file selection 2026-01-10 13:39:41 -07:00
test-results chore: remove unused tests 2025-11-13 14:21:11 +01: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.go chore: update minor and patch dependencies, go 1.25 2025-11-12 15:12:28 +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: configurable logout page URL for proxy/hook auth (#3884) 2025-11-30 08:44:34 +01:00
package.json chore(deps): update all non-major dependencies (#5676) 2026-01-10 09:37:56 +01:00
pnpm-lock.yaml chore(deps): update all non-major dependencies (#5676) 2026-01-10 09:37:56 +01:00
postcss.config.cjs refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
tsconfig.app.json chore: bump @vue/tsconfig 2025-11-13 14:21:30 +01:00
tsconfig.json build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
tsconfig.node.json chore: remove unused tests 2025-11-13 14:21:11 +01:00
vite.config.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00