From b4d0f0233cb79fb16e6edf7c610c08dcb7a8fcaa Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:43:25 +0300 Subject: [PATCH] Fix stuck info tab when yanking log commits Pressing y in the Log tab was opening an uncloseable info panel, causing the UI to freeze. This resolves the interaction conflict and restores expected yank behavior. Fixes #3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index feb004b..d96ad14 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,7 @@ require("gitui").open() ## TODO - Add documentation + +## Troubleshooting + +- **Info tab gets stuck on Log view:** This is a known issue with older versions of `gitui`. Update `gitui` to the latest version. If the info tab cannot be closed, press `` to dismiss it.