Skip to content
Snippets Groups Projects
Commit 3587e11a authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Fix a bug in nextcloud: when click select all, the button select files is still disabled

parent 1bb414e1
No related branches found
No related tags found
No related merge requests found
Pipeline #39512 passed
......@@ -926,6 +926,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
this.tabulatorTable.selectRow(this.tabulatorTable.getRows().filter(row => row.getData().type != 'directory' && this.checkFileType(row.getData(), this.allowedMimeTypes)));
if (this.tabulatorTable.getSelectedRows().length > 0) {
this.selectAllButton = false;
this.isSelected = true;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment