Check if the tag is in the active items
bool isExistActiveItem(String tag) { return activeItemTags.contains(tag); }