Skip to content

Commit

Permalink
Remove duplicate target menu in slideover controller
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth authored Feb 20, 2024
1 parent 1ba935f commit d4e3651
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 d4e3651

Please sign in to comment.