From 1269fa5cf64d9d24a8fc84ef2b610833a6e8a992 Mon Sep 17 00:00:00 2001 From: Spencer McMaster Date: Sun, 20 Sep 2020 06:18:09 -0600 Subject: [PATCH] PanelEditor: fix button position when dragging row (#27666) --- public/app/features/dashboard/panel_editor/QueryEditorRows.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx b/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx index 00a0d019ca6..9a45c9bcc1d 100644 --- a/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx +++ b/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx @@ -108,6 +108,7 @@ export class QueryEditorRows extends PureComponent { inMixedMode={props.datasource.meta.mixed} /> ))} + {provided.placeholder} ); }}