From f7e3e0805d79cd153bbd14b76c12c02c4a4e8cf2 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 27 Jun 2022 19:02:16 +0200 Subject: [PATCH] docs(changelog): reset scroll properly --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ede2b0..c949fe60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: client hang when server is killed / shutdown delay (https://github.com/zellij-org/zellij/pull/1535) * fix: properly handle in-place editor in full-screen (https://github.com/zellij-org/zellij/pull/1544) * Terminal compatibility: properly trim whitespace in lines with wide-characters when resizing panes (https://github.com/zellij-org/zellij/pull/1545) +* fix: reset scroll properly when typing in certain edge cases (https://github.com/zellij-org/zellij/pull/1547) ## [0.30.0] - 2022-06-07 * fix: right and middle clicks creating selection (https://github.com/zellij-org/zellij/pull/1372)