mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
Fix problem with * a shortcut
This commit is contained in:
parent
7908ff7899
commit
dcb712641a
2 changed files with 1 additions and 2 deletions
|
@ -139,7 +139,7 @@ class MultiselectList extends React.Component
|
|||
|
||||
_onSelectAll: =>
|
||||
return unless @state.handler
|
||||
items = @state.dataSource.itemsCurrentlyInViewMatching -> true
|
||||
items = @props.dataSource.itemsCurrentlyInViewMatching -> true
|
||||
@props.dataSource.selection.set(items)
|
||||
|
||||
_onDeselect: =>
|
||||
|
|
|
@ -12,7 +12,6 @@ class MutableQueryResultSet extends QueryResultSet
|
|||
_query: @_query
|
||||
_offset: @_offset
|
||||
})
|
||||
Object.freeze(set)
|
||||
Object.freeze(set._ids)
|
||||
Object.freeze(set._modelsHash)
|
||||
set
|
||||
|
|
Loading…
Reference in a new issue