prevent navigating to area href when modal target. fixes #18796
This commit is contained in:
parent
0416f761dd
commit
bfa714ae1e
2 changed files with 23 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ const Modal = (($) => {
|
|||
let config = $(target).data(DATA_KEY) ?
|
||||
'toggle' : $.extend({}, $(target).data(), $(this).data())
|
||||
|
||||
if (this.tagName === 'A') {
|
||||
if (this.tagName === 'A' || this.tagName === 'AREA') {
|
||||
event.preventDefault()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue