mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
dont display completion window if there is no data
This commit is contained in:
parent
3a923e2614
commit
70b7a65080
@ -321,6 +321,9 @@ namespace Bloxstrap.UI.Elements.Editor
|
||||
{
|
||||
CloseCompletionWindow();
|
||||
|
||||
if (!completionData.Any())
|
||||
return;
|
||||
|
||||
_completionWindow = new CompletionWindow(UIXML.TextArea);
|
||||
|
||||
IList<ICompletionData> data = _completionWindow.CompletionList.CompletionData;
|
||||
|
Loading…
Reference in New Issue
Block a user