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-10-02 18:28:17 +02:00
2025-10-02 18:28:17 +02:00
2025-07-11 11:18:28 +02:00
2025-07-11 11:18:28 +02:00
2025-08-01 10:35:17 +02:00
2025-09-05 10:42:03 +02:00
2025-07-09 13:15:03 +02:00
2025-10-08 15:09:35 +02:00
2025-07-27 12:03:06 +02:00
2025-08-14 20:41:46 +02:00
2025-07-11 10:52:57 +02:00
2025-07-27 12:48:38 +02:00
2025-08-14 17:59:38 +02:00
2025-09-05 10:42:04 +02:00
2025-09-07 12:43:54 +02:00
2025-08-14 17:59:38 +02:00
2025-08-01 10:35:16 +02:00
2025-09-05 10:42:04 +02:00
2025-08-14 17:59:38 +02:00
2025-07-27 12:05:41 +02:00
2025-07-09 13:16:42 +02:00
2025-07-09 13:15:03 +02:00
2025-09-05 10:42:04 +02:00
2025-08-14 17:59:38 +02:00
2025-08-25 19:23:30 +02:00
2025-09-05 10:42:04 +02:00
2025-07-31 15:21:34 +02:00
2025-07-27 12:25:16 +02:00
2025-07-31 15:21:34 +02:00
2025-07-28 10:53:51 +02:00
2025-07-09 13:15:03 +02:00
2025-07-27 12:05:41 +02:00
2025-07-13 14:04:14 +02:00
2025-09-05 10:42:04 +02:00