This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Commit db1b282
committed
Make line widget handles objects with methods. Handle widget height better
Closes #1147
Widget handles now have .clear() and .changed() methods. The second informs CodeMirror
that the widget changed, and causes it to recompute the line height for the widget's
line.
Fixes some sloppiness in the tracking of widget heights.1 parent ee07146 commit db1b282
2 files changed
Lines changed: 70 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
981 | | - | |
982 | | - | |
983 | | - | |
984 | | - | |
985 | | - | |
986 | | - | |
| 981 | | |