mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Showing popup everytime we have new suggestions (#4482)
This commit is contained in:
@@ -388,6 +388,7 @@ public abstract partial class PopupAutocomplete : AutocompleteBase
|
||||
);
|
||||
}
|
||||
|
||||
_popup.Visible = true;
|
||||
_popup.Move (0, 0);
|
||||
|
||||
for (var i = 0; i < toRender.Length; i++)
|
||||
|
||||
Reference in New Issue
Block a user