Resolve "Clicking on the cross on notification does not close them"

This commit is contained in:
Renon 2018-07-13 12:18:34 +00:00 committed by Eliot Berriot
parent 26657dedef
commit 2fb5943c2a
2 changed files with 1 additions and 3 deletions

View File

@ -0,0 +1 @@
Fix notifications not closing when clicking on the cross (#366)

View File

@ -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)
})