styles: dropdown should be on top of resizer

This commit is contained in:
Antonella Sgarlatta
2021-05-17 12:50:09 -03:00
parent 68a0e1e5bc
commit 4fc2c58daf
2 changed files with 2 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ export class NotesState {
this.showProtectedWarning = show;
}
async emptyTrash() {
async emptyTrash(): Promise<void> {
if (
await confirmDialog({
text: StringEmptyTrash(this.trashedNotesCount),