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

This commit is contained in:
Spencer McMaster
2020-09-20 14:18:09 +02:00
committed by GitHub
parent 232ad5c42e
commit 1269fa5cf6
@@ -108,6 +108,7 @@ export class QueryEditorRows extends PureComponent<Props> {
inMixedMode={props.datasource.meta.mixed}
/>
))}
{provided.placeholder}
</div>
);
}}