@logicflow/core 1.1.22 → 1.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/logic-flow.js
CHANGED
|
@@ -32480,9 +32480,11 @@ var Anchor_Anchor = /*#__PURE__*/function (_Component) {
|
|
|
32480
32480
|
|
|
32481
32481
|
Anchor_defineProperty(Anchor_assertThisInitialized(_this), "onDragEnd", function (event) {
|
|
32482
32482
|
if (_this.t) {
|
|
32483
|
-
|
|
32483
|
+
cancelRaf(_this.t);
|
|
32484
32484
|
}
|
|
32485
32485
|
|
|
32486
|
+
console.log(555, 'dragend');
|
|
32487
|
+
|
|
32486
32488
|
_this.checkEnd(event);
|
|
32487
32489
|
|
|
32488
32490
|
_this.setState({
|