Skip to content

Commit c98077d

Browse files
author
yandadaFreedom
committed
chore: rebuild
1 parent 94d116a commit c98077d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-plugin/lib/runtime/components/react/mpx-movable-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ const _MovableView = forwardRef<HandlerRef<View, MovableViewProps>, MovableViewP
404404
})
405405
const runOnJSCallback = useRunOnJSCallback(runOnJSCallbackRef)
406406

407-
// 节流版本的 change 事件触发
407+
// 节流版本的change事件触发
408408
const handleTriggerChangeThrottled = useCallback(({ x, y, type }: { x: number; y: number; type?: string }) => {
409409
'worklet'
410410
const now = Date.now()

0 commit comments

Comments
 (0)