feat(web): add workspace-aware session flow
This commit is contained in:
@@ -52,6 +52,7 @@ function makeHost(bodies: { root: (rp: (key: string, owner: object) => React.Rea
|
||||
current,
|
||||
cell: (id) => cells.get(id),
|
||||
},
|
||||
workspaces: { list: observable<unknown>({ items: [] }) },
|
||||
}
|
||||
return {
|
||||
host,
|
||||
|
||||
Reference in New Issue
Block a user