mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Merge pull request #21681 from davelopez/25.1_files_dialog_clear_filter_on_navigation
[25.1] Resets selection filter when loading dialog
This commit is contained in:
@@ -260,6 +260,7 @@ function open(record: SelectionItem) {
|
||||
function load() {
|
||||
showFTPHelper.value = currentDirectory.value?.url === "gxftp://";
|
||||
filter.value = undefined;
|
||||
selectionDialog.value?.resetFilter();
|
||||
optionsShow.value = false;
|
||||
undoShow.value = !urlTracker.value.atRoot();
|
||||
if (urlTracker.value.atRoot() || errorMessage.value) {
|
||||
|
||||
Reference in New Issue
Block a user