Properly reset search when deleting active tag tab
Closes #5913 Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user