mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
This handles an edge case where a user deletes all unmagnified nodes, leaving a final node that is still magnified. Because we ignore magnify/unmagnify operations when there's only one leaf remaining, this would result in the last node being stuck magnified until a new node is added. Also fixes a bug where the layout would not always update when a new block was added. |
||
|---|---|---|
| .. | ||
| layoutAtom.ts | ||
| layoutModel.ts | ||
| layoutModelHooks.ts | ||
| layoutNode.ts | ||
| layoutTree.ts | ||
| nodeRefMap.ts | ||
| tilelayout.less | ||
| tilelayout.stories.less | ||
| TileLayout.stories.tsx | ||
| TileLayout.tsx | ||
| types.ts | ||
| utils.ts | ||