Merge pull request #5915 from deathbeam/fix-tabs

Properly reset search when deleting active tag tab
This commit is contained in:
Tomas Slusny
2018-10-11 00:37:58 +02:00
committed by GitHub

View File

@@ -549,7 +549,7 @@ public class TabInterface
{ {
if (activeTab != null && activeTab.getTag().equals(tag)) if (activeTab != null && activeTab.getTag().equals(tag))
{ {
doSearch(InputType.SEARCH, ""); resetSearch();
} }
tabManager.remove(tag); tabManager.remove(tag);