[PR #25858] [MERGED] fix: prevent backspace from accidentally triggering delete modals #18370

Closed
opened 2026-02-05 16:37:11 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/25858
Author: @michelheusschen
Created: 2/3/2026
Status: Merged
Merged: 2/3/2026
Merged by: @alextran1502

Base: mainHead: fix/25752


📝 Commits (3)

  • 222943a fix: prevent backspace from accidentally triggering delete modals
  • 1a530c4 ignore input fields instead of removing shortcut
  • 36b179a fix formatting

📊 Changes

2 files changed (+2 additions, -0 deletions)

View changed files

📝 web/src/lib/services/library.service.ts (+1 -0)
📝 web/src/lib/services/user-admin.service.ts (+1 -0)

📄 Description

Hello again, it's been awhile :)

Fixes #25752 by removing the Backspace key from delete modals, since it can trigger at the wrong time (like when you hit backspace while editing an input)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/25858 **Author:** [@michelheusschen](https://github.com/michelheusschen) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/25752` --- ### 📝 Commits (3) - [`222943a`](https://github.com/immich-app/immich/commit/222943af1dd48ed4dd2835acb7aa88a88dcdea33) fix: prevent backspace from accidentally triggering delete modals - [`1a530c4`](https://github.com/immich-app/immich/commit/1a530c432830a6ab2250536dc796204476c7fb46) ignore input fields instead of removing shortcut - [`36b179a`](https://github.com/immich-app/immich/commit/36b179a03faeb6ae7bb07dbac0ec349463fc1304) fix formatting ### 📊 Changes **2 files changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/services/library.service.ts` (+1 -0) 📝 `web/src/lib/services/user-admin.service.ts` (+1 -0) </details> ### 📄 Description Hello again, it's been awhile :) Fixes #25752 by removing the `Backspace` key from delete modals, since it can trigger at the wrong time (like when you hit backspace while editing an input) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 16:37:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#18370