After closing once and reopening, modal cannot be dismissed
Created by: icebits
Hi,
The code used on last Thursday worked fine. But after updated to latest code on Monday (GMT+8), the modal dialog when clicks to dismiss for seconds onward cannot be close.
I am checking on source code line 932, if I commented out this line then it is working again.
this.$element .removeClass('in') .attr('aria-hidden', true) //.off('click.dismiss.modal')
Am I missing anything...?
Sorry for the grammar. Thanks.