Merge pull request #1641 from specklesystems/alex/fe2-isolation-issue
Alex/fe2 isolation issue
This commit is contained in:
@@ -586,7 +586,7 @@ export class FilteringManager extends EventEmitter {
|
||||
const allIds: string[] = []
|
||||
const key = objectIds.join(',')
|
||||
|
||||
if (this.idCache[key]) return this.idCache[key]
|
||||
if (this.idCache[key] && this.idCache[key].length) return this.idCache[key]
|
||||
|
||||
this.WTI.walk((node: TreeNode) => {
|
||||
if (objectIds.includes(node.model.raw.id) && node.model.raw.__closure) {
|
||||
|
||||
Reference in New Issue
Block a user