mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
messagelist search without float
and remove some usePreviewPane
This commit is contained in:
parent
b1c7bd2c50
commit
0d6335ed2c
9 changed files with 29 additions and 40 deletions
|
|
@ -363,7 +363,7 @@ export class Selector {
|
|||
focused.checked(!focused.checked());
|
||||
}
|
||||
|
||||
if (' ' !== sEventKey && (this.autoSelect() || !!bForceSelect) && !this.isListChecked()) {
|
||||
if (' ' !== sEventKey && (this.autoSelect() || bForceSelect) && !this.isListChecked()) {
|
||||
this.selectedItem(result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue