parent
c7ddde69c2
commit
aa63ff0370
@ -55,6 +55,12 @@ function bindSelectionHandler(element, i) {
|
|||||||
stopScrolling();
|
stopScrolling();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
i.event.bind(window, 'keyup', function () {
|
||||||
|
if (isSelected) {
|
||||||
|
isSelected = false;
|
||||||
|
stopScrolling();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
i.event.bind(window, 'mousemove', function (e) {
|
i.event.bind(window, 'mousemove', function (e) {
|
||||||
if (isSelected) {
|
if (isSelected) {
|
||||||
|
Loading…
Reference in New Issue
Block a user