mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 20:39:03 +00:00
Minor workbench fix (#1436)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
b462a9d680
commit
2e5069f762
@ -119,7 +119,7 @@
|
||||
await setApp(loc)
|
||||
const currentFolder = loc.path[2] as Ref<Space>
|
||||
|
||||
if (currentSpecial === currentFolder) {
|
||||
if (currentSpecial !== undefined && currentSpecial === currentFolder) {
|
||||
return
|
||||
} else {
|
||||
const newSpecial = getSpecialComponent(currentFolder)
|
||||
|
Loading…
Reference in New Issue
Block a user