mirror of
https://github.com/orangeglo/gbnp.git
synced 2026-04-25 15:47:23 -05:00
Clear 'over' class in drag handler
This commit is contained in:
parent
6dcc4927ab
commit
3a1c821c26
|
|
@ -164,6 +164,7 @@ let app = new Vue({
|
|||
preventDefault: function(e) { e.preventDefault(); },
|
||||
dropFile: function(e) {
|
||||
this.addROM(null, e.dataTransfer.files);
|
||||
e.target.classList.remove('over')
|
||||
e.preventDefault();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user