fix: update cursor style for active dragging state in DraggableWindow
This commit is contained in:
parent
2a35d967f7
commit
738b1395d5
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export default function DraggableWindow() {
|
||||||
isVisible && (
|
isVisible && (
|
||||||
<div
|
<div
|
||||||
ref={windowRef}
|
ref={windowRef}
|
||||||
className="fixed cursor-grab select-none active:cursor-grab"
|
className="fixed cursor-grab select-none active:cursor-grabbing"
|
||||||
style={{
|
style={{
|
||||||
left: `${position.x}px`,
|
left: `${position.x}px`,
|
||||||
top: `${position.y}px`,
|
top: `${position.y}px`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue