Merge pull request #5915 from deathbeam/fix-tabs
Properly reset search when deleting active tag tab
This commit is contained in:
@@ -549,7 +549,7 @@ public class TabInterface
|
||||
{
|
||||
if (activeTab != null && activeTab.getTag().equals(tag))
|
||||
{
|
||||
doSearch(InputType.SEARCH, "");
|
||||
resetSearch();
|
||||
}
|
||||
|
||||
tabManager.remove(tag);
|
||||
|
||||
Reference in New Issue
Block a user