Update backdrop.js

This commit is contained in:
XhmikosR 2023-03-28 22:08:21 +03:00 committed by GitHub
parent 7e32458428
commit 2bfee8440d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@ const NAME = 'backdrop'
const CLASS_NAME_FADE = 'fade'
const CLASS_NAME_SHOW = 'show'
const EVENT_KEY = `.bs.${NAME}`
const EVENT_MOUSEDOWN = `mousedown.bs.${NAME}`
const EVENT_KEYDOWN = `keydown.bs.${NAME}`
const EVENT_MOUSEDOWN = `mousedown.bs.${NAME}`
const Default = {
className: 'modal-backdrop',