Skip to content

Commit

Permalink
Merge branch 'main' of github.com:excid3/tailwindcss-stimulus-components
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Mar 14, 2024
2 parents 2d83d93 + eecf0fb commit 863cedd
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 863cedd

Please sign in to comment.