Skip to content

Commit

Permalink
Merge pull request #222 from marcoroth:patch-1
Browse files Browse the repository at this point in the history
Remove duplicate `menu` target in `slideover` controller
  • Loading branch information
excid3 authored Mar 14, 2024
2 parents 8c38422 + d4e3651 commit eecf0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slideover.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dropdown from './dropdown.js'
import { transition } from './transition'

export default class extends Dropdown {
static targets = ['menu', 'overlay', 'close']
static targets = ['overlay', 'close']

openValueChanged() {
transition(this.overlayTarget, this.openValue)
Expand Down

0 comments on commit eecf0fb

Please sign in to comment.