mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-29 07:26:06 +00:00
UI: Do not show excluded search tags as "current" in nav
This commit is contained in:
@@ -19,7 +19,7 @@ export default {
|
||||
return false
|
||||
}
|
||||
|
||||
let re = new RegExp(`\\btag:"?${tag}"?\\b`, 'i')
|
||||
let re = new RegExp(`\\b[^\-!]tag:"?${tag}"?\\b`, 'i')
|
||||
return query.match(re)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user