mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
web-ui: fix classifications file navigation
This commit is contained in:
@@ -2880,7 +2880,7 @@ export class CostUI {
|
||||
currentPath.pop();
|
||||
const parent = currentPath.length
|
||||
? currentPath[currentPath.length - 1].references
|
||||
: data;
|
||||
: classificationElements;
|
||||
loadLevel(parent);
|
||||
|
||||
if (currentPath.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user