There was an error while loading. Please reload this page.
1 parent 449bc59 commit 52665cfCopy full SHA for 52665cf
1 file changed
src/commands/interaction/runtime/gestures.ts
@@ -347,7 +347,7 @@ function recordedDragTarget(target: ResolvedInteractionTarget): DragRecordingTar
347
};
348
}
349
350
-export function requireResolvedPoint(result: { point?: Point }): Point {
+function requireResolvedPoint(result: { point?: Point }): Point {
351
if (!result.point) {
352
throw new AppError('COMMAND_FAILED', 'Interaction target resolved without coordinates');
353
0 commit comments