Adding a class on a map items one by one, but how can I remove it? – Javascript
My goal is to add a class to a single item in a items map and close it with another button. The class is added when clicking on the item, but I can't close it. I tried setActive(false) on the…