fix(behavior/drag-node): revert onDragEnd

This commit is contained in:
songhn233 2021-05-24 19:34:36 +08:00 committed by Yanyan Wang
parent d21dae0f8a
commit 5a0d790359

View File

@ -78,6 +78,7 @@ export default {
const event2 = touches[1];
if (event1 && event2) {
self.onDragEnd(e);
return;
}