Skip to content

Commit

Permalink
Update map_controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Aug 8, 2024
1 parent 5e29b9d commit 87d2866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/controllers/map_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ export default class extends GeocodeController {
// open/close handled by BS collapse
toggleMap() {
// this.verbose("map:toggleMap")

if (this.opened) {
this.opened = false
this.controlWrapTarget.classList.remove("map-open")
Expand Down

0 comments on commit 87d2866

Please sign in to comment.