mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/file-dropper: fix undefined variable
This commit is contained in:
@ -89,7 +89,7 @@ class FileDropperControl extends events.EventTarget {
|
||||
|
||||
_evtDragEnter(e) {
|
||||
this._dropperNode.classList.add('active');
|
||||
counter++;
|
||||
this._counter++;
|
||||
}
|
||||
|
||||
_evtDragLeave(e) {
|
||||
|
Reference in New Issue
Block a user