We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0138a6c + d7cfce4 commit e27cf3aCopy full SHA for e27cf3a
1 file changed
packages/module/src/WidgetLayout/GridTile.tsx
@@ -164,7 +164,7 @@ const GridTile = ({
164
analytics?.('widget-layout.widget-move', { widgetType });
165
}}
166
onMouseUp={() => setIsDragging(false)}
167
- className={clsx({
+ className={clsx('pf-v6-widget-drag-handle', {
168
'pf-v6-widget-drag-handle--dragging': isDragging,
169
})}
170
>
0 commit comments