(js) Fix mail filters with flags prefixed with $

Fixes #4461
This commit is contained in:
Francis Lachapelle
2018-05-14 23:18:30 -04:00
parent 31d7926304
commit 65812424d6
5 changed files with 38 additions and 18 deletions
@@ -177,6 +177,8 @@
}
this.addFlags = function($event) {
$event.stopPropagation();
$event.preventDefault();
this.showFlags = true;
focus("flags");
};