mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
fix(search): Cannot remove items from search (Sentry 30318)
This commit is contained in:
parent
959ce855ff
commit
b64719d09f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class SearchMailboxPerspective extends MailboxPerspective {
|
||||||
}
|
}
|
||||||
|
|
||||||
tasksForRemovingItems(threads) {
|
tasksForRemovingItems(threads) {
|
||||||
TaskFactory.tasksForApplyingCategories({
|
return TaskFactory.tasksForApplyingCategories({
|
||||||
threads: threads,
|
threads: threads,
|
||||||
categoriesToAdd: (accountId) => {
|
categoriesToAdd: (accountId) => {
|
||||||
const account = AccountStore.accountForId(accountId)
|
const account = AccountStore.accountForId(accountId)
|
||||||
|
|
Loading…
Reference in a new issue