mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 14:05:26 +00:00
(js) Add missing variable declaration
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
}
|
||||
|
||||
function onDragDetect(ev) {
|
||||
var dragMode, pointerHandler, hasVerticalScrollbar, rect;
|
||||
var dragMode, pointerHandler, hasVerticalScrollbar, rect, scrollableZone;
|
||||
|
||||
ev.stopPropagation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user