修复prepareDragging报错
This commit is contained in:
parent
2ed7eb72f8
commit
feba9bd490
@ -692,11 +692,13 @@ actions.prototype._sys_onup = function (x, y, px, py) {
|
|||||||
clearInterval(core.interval.onDownInterval);
|
clearInterval(core.interval.onDownInterval);
|
||||||
core.interval.onDownInterval = null;
|
core.interval.onDownInterval = null;
|
||||||
|
|
||||||
|
if (core.isPlaying()) {
|
||||||
core.status.preview.prepareDragging = false;
|
core.status.preview.prepareDragging = false;
|
||||||
if (core.status.preview.dragging) {
|
if (core.status.preview.dragging) {
|
||||||
core.status.preview.dragging = false;
|
core.status.preview.dragging = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ((core.status.stepPostfix || []).length == 0) return false;
|
if ((core.status.stepPostfix || []).length == 0) return false;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user