Skip to content

Commit 7a207a3

Browse files
committed
enhance: completion window display limitation
Signed-off-by: leo <longshuang@msn.cn>
1 parent 1dd2d1a commit 7a207a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/CommitMessageToolBox.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ protected override void OnTextChanged(EventArgs e)
234234
return;
235235
}
236236

237-
if (caretOffset == start)
237+
if (caretOffset < start + 2)
238238
{
239239
_completionWnd?.Close();
240240
return;

0 commit comments

Comments
 (0)