mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Et2VfsSelectDialog: Fix bad value after double-clicking a directory
This commit is contained in:
parent
61c83d89cc
commit
569b0de351
@ -524,7 +524,7 @@ export class Et2VfsSelectDialog
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.value = [this.selectedResults[0]?.value.path] ?? [];
|
this.value = (this.selectedResults?.length ? [this.selectedResults[0].value.path] : []) ?? [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user