grand exchange plugin: Clear render on empty string
Before:  After: 
This commit is contained in:
@@ -184,6 +184,7 @@ class GrandExchangeSearchPanel extends JPanel
|
||||
if (Strings.isNullOrEmpty(lookup))
|
||||
{
|
||||
searchItemsPanel.removeAll();
|
||||
SwingUtilities.invokeLater(searchItemsPanel::updateUI);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user