| | |
| | | return; |
| | | } |
| | | |
| | | if (this.elements.save && window.targetCheck(e, this.elements.save)) { |
| | | this.handleClose(); |
| | | } else if (this.elements.close && window.targetCheck(e, this.elements.close)) { |
| | | // if (this.elements.save && window.targetCheck(e, this.elements.save)) { |
| | | // this.handleClose(); |
| | | // } else |
| | | if (this.elements.close && window.targetCheck(e, this.elements.close)) { |
| | | // Additional check: only close if we're the top modal |
| | | if (ModalController.modalStack[ModalController.modalStack.length - 1] === this) { |
| | | this.handleClose(); |