Release v0.5.0: dev -> main #288

Merged
fen merged 41 commits from dev into main 2026-09-18 01:49:24 +00:00
Showing only changes of commit cdf9136866 - Show all commits
+2
View File
@@ -9,6 +9,8 @@ function updateGutter() {
gutter.textContent = s;
}
content.addEventListener('input', updateGutter);
// #259: the editor scrolls itself; keep the gutter's numbers in step with it.
content.addEventListener('scroll', () => { gutter.scrollTop = content.scrollTop; });
updateGutter();
function toast(msg, kind) {