Stefan Haller 302b621b68 Fix: make isDescendentOfSelectedNodes work for the root item
The root item's path is ".", and the path of a file at top level is "./file".
When using GetPath, this gives us "." and "file", respectively, and
isDescendentOfSelectedNodes would return false for these.

Working with the internal paths (i.e. without stripping the leading "./") fixes
this.
2025-10-08 15:09:35 +02:00
..
2025-07-08 16:41:22 +02:00
2024-08-24 10:36:01 +02:00
2025-07-08 15:14:45 +02:00
2025-05-06 09:43:26 +02:00
2025-09-05 10:42:03 +02:00
2025-06-05 13:20:38 +02:00
2025-08-14 20:40:44 +02:00
2025-08-14 20:40:44 +02:00
2025-09-05 10:42:03 +02:00