Close should trigger Hide events
This commit is contained in:
parent
c0dc85eefb
commit
2f4603ef58
|
|
@ -67,7 +67,7 @@
|
|||
})
|
||||
|
||||
this.$modal.on('close.oc.popup', function(){
|
||||
self.$modal.modal('hide')
|
||||
self.hide()
|
||||
return false
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue