[PR #1022] [MERGED] Pull shiftKey state directly from the initiating event #3471

Closed
opened 2026-02-28 20:42:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1022
Author: @j-f1
Created: 5/10/2023
Status: Merged
Merged: 5/10/2023
Merged by: @j-f1

Base: masterHead: jed/fix-shift-select


📝 Commits (2)

  • c161de0 Pull shiftKey state directly from the initiating event
  • 54b7b1d Add release note

📊 Changes

9 files changed (+39 additions, -92 deletions)

View changed files

📝 packages/desktop-client/src/components/ManageRules.js (+3 -3)
📝 packages/desktop-client/src/components/accounts/SimpleTransactionsTable.js (+3 -3)
📝 packages/desktop-client/src/components/accounts/TransactionsTable.js (+3 -3)
📝 packages/desktop-client/src/components/payees/index.js (+3 -3)
📝 packages/desktop-client/src/components/schedules/DiscoverSchedules.js (+5 -5)
📝 packages/desktop-client/src/components/table.js (+4 -4)
📝 packages/desktop-client/src/hooks/useSelected.js (+12 -6)
packages/desktop-client/src/util/keys.js (+0 -65)
upcoming-release-notes/1022.md (+6 -0)

📄 Description

fixes #1021


🔄 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/actualbudget/actual/pull/1022 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 5/10/2023 **Status:** ✅ Merged **Merged:** 5/10/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/fix-shift-select` --- ### 📝 Commits (2) - [`c161de0`](https://github.com/actualbudget/actual/commit/c161de0e6f3c042bcdc8c85089878f5480b97beb) Pull shiftKey state directly from the initiating event - [`54b7b1d`](https://github.com/actualbudget/actual/commit/54b7b1d5afc0235aae778791c1cce85864961300) Add release note ### 📊 Changes **9 files changed** (+39 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ManageRules.js` (+3 -3) 📝 `packages/desktop-client/src/components/accounts/SimpleTransactionsTable.js` (+3 -3) 📝 `packages/desktop-client/src/components/accounts/TransactionsTable.js` (+3 -3) 📝 `packages/desktop-client/src/components/payees/index.js` (+3 -3) 📝 `packages/desktop-client/src/components/schedules/DiscoverSchedules.js` (+5 -5) 📝 `packages/desktop-client/src/components/table.js` (+4 -4) 📝 `packages/desktop-client/src/hooks/useSelected.js` (+12 -6) ➖ `packages/desktop-client/src/util/keys.js` (+0 -65) ➕ `upcoming-release-notes/1022.md` (+6 -0) </details> ### 📄 Description fixes #1021 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:42:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3471