fix: clear desktop search highlight when tag is selected

This commit is contained in:
dagjaneiro
2019-05-30 00:59:52 +01:00
parent 1e39ab868b
commit 2f5372008c

View File

@@ -309,6 +309,7 @@ angular.module('app')
}
this.noteFilter.text = "";
desktopManager.searchText();
this.setNotes(tag.notes);