client/file-dropper: fix undefined variable
This commit is contained in:
parent
deffe91fda
commit
6a95a66f12
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class FileDropperControl extends events.EventTarget {
|
||||||
|
|
||||||
_evtDragEnter(e) {
|
_evtDragEnter(e) {
|
||||||
this._dropperNode.classList.add('active');
|
this._dropperNode.classList.add('active');
|
||||||
counter++;
|
this._counter++;
|
||||||
}
|
}
|
||||||
|
|
||||||
_evtDragLeave(e) {
|
_evtDragLeave(e) {
|
||||||
|
|
Loading…
Reference in a new issue