mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-05 07:19:14 +00:00
Style fix
This commit is contained in:
@@ -21,7 +21,7 @@ export default class extends Controller {
|
||||
|
||||
#selected = () => {
|
||||
this.contentTarget.classList.add("selected");
|
||||
}
|
||||
};
|
||||
|
||||
#hideIfClickedOutside = (event) => {
|
||||
if (this.element.contains(event.target)) {
|
||||
|
||||
Reference in New Issue
Block a user