Commit f18c6133 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'dropzone-class-remove' into 'master'

Removes dropzone focus class after dropping file



See merge request !3756
parents 96b6cf93 2c5ab1b6
...@@ -61,6 +61,7 @@ class @DropzoneInput ...@@ -61,6 +61,7 @@ class @DropzoneInput
return return
drop: -> drop: ->
$mdArea.removeClass 'is-dropzone-hover'
form.find(".div-dropzone-hover").css "opacity", 0 form.find(".div-dropzone-hover").css "opacity", 0
form_textarea.focus() form_textarea.focus()
return return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment