mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
This adds a new NodeModel, which can be passed from the TileLayout to contained blocks. It contains all the layout data that the block should care about, including focus status, whether a drag operation is underway, whether the node is magnified, etc. This also adds a focus stack for the layout, which will let the focus switch to the last-focused node when the currently-focused one is closed. This also addresses a regression in the resize handles that caused them to be offset from the cursor when dragged. --------- Co-authored-by: sawka <mike.sawka@gmail.com> |
||
|---|---|---|
| .. | ||
| asset | ||
| block | ||
| element | ||
| hook | ||
| modals | ||
| store | ||
| tab | ||
| view | ||
| workspace | ||
| app.less | ||
| app.tsx | ||
| appkey.ts | ||
| mixins.less | ||
| reset.less | ||
| theme.less | ||