mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 12:49:04 +08:00
fix(behavior/drag-node): revert onDragEnd
This commit is contained in:
parent
d21dae0f8a
commit
5a0d790359
@ -78,6 +78,7 @@ export default {
|
||||
const event2 = touches[1];
|
||||
|
||||
if (event1 && event2) {
|
||||
self.onDragEnd(e);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user