Commit 188ba43
committed
fix: prevent info text overflow and remove stale computeSize in Vue nodes mode
Refactor infoY calculation to use shared canvasInfoY/maxVueInfoY values,
clamping with Math.min so collapsed Vue extraControls does not draw past
bottom padding. Remove obsolete computeSize override that forced a fixed
widget height and conflicted with actual Vue widget sizing.1 parent 38d472b commit 188ba43
2 files changed
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | 386 | | |
391 | 387 | | |
392 | 388 | | |
| |||
0 commit comments