Resolve "Clicking on the cross on notification does not close them"
This commit is contained in:
parent
26657dedef
commit
2fb5943c2a
|
@ -0,0 +1 @@
|
|||
Fix notifications not closing when clicking on the cross (#366)
|
|
@ -12,9 +12,6 @@ import $ from 'jquery'
|
|||
export default {
|
||||
mounted () {
|
||||
let self = this
|
||||
$(this.$el).find('.close.icon').on('click', function () {
|
||||
$(self.$el).transition('fade', 125)
|
||||
})
|
||||
$(this.$el).on('click', function () {
|
||||
$(self.$el).transition('fade', 125)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue