mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Adding a button to clear folder search input field
This commit is contained in:
parent
a2336be273
commit
7b29dca261
4 changed files with 14 additions and 2 deletions
|
|
@ -818,6 +818,10 @@ export class MailMessageList extends AbstractViewRight {
|
|||
showScreenPopup(AdvancedSearchPopupView, [MessagelistUserStore.mainSearch()]);
|
||||
}
|
||||
|
||||
clearFolderSearchClick() {
|
||||
document.getElementById("folderSearchInput").value = "";
|
||||
}
|
||||
|
||||
groupSearch(group) {
|
||||
group.search && MessagelistUserStore.mainSearch(group.search);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue