handle response

This commit is contained in:
王劲鹏
2021-06-02 11:26:11 +08:00
committed by osborn
parent a0a6ebf50d
commit 80301837c3
8 changed files with 52 additions and 3 deletions

View File

@@ -60,6 +60,8 @@ Rectangle {
let yDiff = positionToRootParent.y - positionToRoot.y
console.log(tag, uuid + " onPositionChanged: " + xDiff + ", " + yDiff)
draggableBridge.onDrag(wrapper, xDiff, yDiff)
}
}