Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2721247

Browse filesBrowse files
committed
fix(package): pointer out of area with grab
1 parent 8971936 commit 2721247
Copy full SHA for 2721247

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/components/Pointer.tsx‎

Copy file name to clipboardExpand all lines: src/components/Pointer.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const Pointer: React.FC<PointerProps> = ({ className, top = 0.5, left, co
1212
return (
1313
<div
1414
className={cn(
15-
'pointer-events-none absolute z-[1] h-6 w-6 -translate-x-1/2 -translate-y-1/2 rounded-full border-2 border-white bg-white',
15+
'absolute z-[1] h-6 w-6 -translate-x-1/2 -translate-y-1/2 cursor-grab rounded-full border-2 border-white bg-white active:cursor-grabbing',
1616
'react-colorful-pointer shadow-[0_2px_8px_rgba(0,0,0,0.15)] transition-transform',
1717
className
1818
)}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.