This commit is contained in:
abaevbog 2026-04-08 13:35:48 +00:00 committed by GitHub
commit d3ec785103
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1770,6 +1770,7 @@ var ItemTree = class ItemTree extends LibraryTree {
if (!this.isContainer(index)) {
return;
}
if (this.regularOnly) return;
this._lastToggleOpenStateIndex = index;