Skip to content

Commit f5499a8

Browse files
committed
refactor: change DATA_KEY
1 parent cbd45bc commit f5499a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/util/focustrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const DefaultType = {
2020
}
2121

2222
const NAME = 'focustrap'
23-
const DATA_KEY = 'bs.focustrap'
23+
const DATA_KEY = 'coreui.focustrap'
2424
const EVENT_KEY = `.${DATA_KEY}`
2525
const EVENT_FOCUSIN = `focusin${EVENT_KEY}`
2626
const EVENT_KEYDOWN_TAB = `keydown.tab${EVENT_KEY}`

0 commit comments

Comments
 (0)