mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
fix checking if any items are selected
This commit is contained in:
parent
150ed28c5d
commit
b51f0fe860
@ -1588,7 +1588,7 @@ class NavWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
none_selected() {
|
none_selected() {
|
||||||
return this.selected_entries.length === 1 && this.selected_entry() === this.pwd();
|
return this.selected_entries.size === 1 && this.selected_entry() === this.pwd();
|
||||||
}
|
}
|
||||||
|
|
||||||
show_selected_properties() {
|
show_selected_properties() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user