Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliot-akira committed Sep 28, 2024
1 parent b21b83a commit 5f79666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/collapse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function createCollapse({
const WIDTH = 'width'
const HEIGHT = 'height'

const SELECTOR_ACTIVES = `'.${CLASS_PREFIX}collapse.${CLASS_PREFIX}show, .${CLASS_PREFIX}collapse.${CLASS_PREFIX}collapsing`
const SELECTOR_ACTIVES = `.${CLASS_PREFIX}collapse.${CLASS_PREFIX}show, .${CLASS_PREFIX}collapse.${CLASS_PREFIX}collapsing`
const SELECTOR_DATA_TOGGLE = `[data-${DATA_PREFIX}toggle="collapse"]`

const Default = {
Expand Down

0 comments on commit 5f79666

Please sign in to comment.