This commit is contained in:
Hong Ooi 2021-05-06 17:22:44 +10:00
Родитель e354ab2c44
Коммит fba3346640
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -150,7 +150,8 @@ public=list(
is_folder=function()
{
!is.null(self$properties$folder)
children <- self$properties$folder$childCount
!is.null(children) && !is.na(children)
},
open=function()