fix: update cursor style for active dragging state in DraggableWindow

This commit is contained in:
암냥 2026-03-06 22:54:48 +09:00
commit 738b1395d5
No known key found for this signature in database

View file

@ -108,7 +108,7 @@ export default function DraggableWindow() {
isVisible && (
<div
ref={windowRef}
className="fixed cursor-grab select-none active:cursor-grab"
className="fixed cursor-grab select-none active:cursor-grabbing"
style={{
left: `${position.x}px`,
top: `${position.y}px`,