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

This commit is contained in:
Spencer McMaster 2020-09-20 06:18:09 -06:00 committed by GitHub
parent 232ad5c42e
commit 1269fa5cf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ export class QueryEditorRows extends PureComponent<Props> {
inMixedMode={props.datasource.meta.mixed}
/>
))}
{provided.placeholder}
</div>
);
}}