We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a664da5 commit c60233aCopy full SHA for c60233a
public/app/features/dashboard/dashgrid/DashboardGrid.tsx
@@ -241,7 +241,7 @@ export class Component extends PureComponent<Props> {
241
242
// Disable draggable if mobile device, solving an issue with unintentionally
243
// moving panels. https://github.com/grafana/grafana/issues/18497
244
- const isLg = width > config.theme2.breakpoints.values.md;
+ const isLg = width <= config.theme2.breakpoints.values.md;
245
const draggable = isLg ? false : isEditable;
246
247
return (
0 commit comments