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