mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
Switch to typescript 5.8.3 (#9152)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
dispatch('selected', obj)
|
||||
}
|
||||
|
||||
$: _documents = documents.map((it) => documentById.get(it)).filter((it) => it !== undefined) as Document[]
|
||||
$: _documents = documents.map((it) => documentById.get(it)).filter((it) => it !== undefined)
|
||||
$: _descendants = new Map(_documents.map((it) => [it._id, getDescendants(it._id)]))
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user