Commit 1269fa5c by Spencer McMaster Committed by GitHub

PanelEditor: fix button position when dragging row (#27666)

parent 232ad5c4
......@@ -108,6 +108,7 @@ export class QueryEditorRows extends PureComponent<Props> {
inMixedMode={props.datasource.meta.mixed}
/>
))}
{provided.placeholder}
</div>
);
}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment