styles: dropdown should be on top of resizer
This commit is contained in:
@@ -347,7 +347,7 @@ export class NotesState {
|
||||
this.showProtectedWarning = show;
|
||||
}
|
||||
|
||||
async emptyTrash() {
|
||||
async emptyTrash(): Promise<void> {
|
||||
if (
|
||||
await confirmDialog({
|
||||
text: StringEmptyTrash(this.trashedNotesCount),
|
||||
|
||||
Reference in New Issue
Block a user