Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 2027b5c

Browse files
Undoing change
1 parent 0bd1903 commit 2027b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.UI/Controls/AutoCompleteBox/AutoCompleteBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ void UpdateTextBox(IAutoCompleteTextInput value)
632632
if (textInput != null)
633633
{
634634
UnsubscribeToEvent("SelectionChanged");
635-
// UnsubscribeToEvent("OnTextBoxTextChanged");
635+
UnsubscribeToEvent("OnTextBoxTextChanged");
636636
}
637637

638638
textInput = value;

0 commit comments

Comments
 (0)