Closed benjaminc closed 3 years ago
This fixes #187 by using the comparator argument on the filter directive as defined in the documentation. Setting the argument to true enables a strict equals check on the tab name, rather than the default contains check.
comparator
filter
equals
contains
This fixes #187 by using the
comparator
argument on thefilter
directive as defined in the documentation. Setting the argument to true enables a strictequals
check on the tab name, rather than the defaultcontains
check.