Skip to content
Snippets Groups Projects
Commit 2fb5943c authored by R En's avatar R En Committed by Eliot Berriot
Browse files

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

parent 26657ded
No related branches found
No related tags found
No related merge requests found
Fix notifications not closing when clicking on the cross (#366)
...@@ -12,9 +12,6 @@ import $ from 'jquery' ...@@ -12,9 +12,6 @@ import $ from 'jquery'
export default { export default {
mounted () { mounted () {
let self = this let self = this
$(this.$el).find('.close.icon').on('click', function () {
$(self.$el).transition('fade', 125)
})
$(this.$el).on('click', function () { $(this.$el).on('click', function () {
$(self.$el).transition('fade', 125) $(self.$el).transition('fade', 125)
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment