diff --git a/src/Views/CommitMessageToolBox.axaml.cs b/src/Views/CommitMessageToolBox.axaml.cs index ccadc6a3..bcab607b 100644 --- a/src/Views/CommitMessageToolBox.axaml.cs +++ b/src/Views/CommitMessageToolBox.axaml.cs @@ -234,7 +234,7 @@ namespace SourceGit.Views return; } - if (caretOffset == start) + if (caretOffset < start + 2) { _completionWnd?.Close(); return;