mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEditor: fix button position when dragging row (#27666)
This commit is contained in:
parent
232ad5c42e
commit
1269fa5cf6
@ -108,6 +108,7 @@ export class QueryEditorRows extends PureComponent<Props> {
|
|||||||
inMixedMode={props.datasource.meta.mixed}
|
inMixedMode={props.datasource.meta.mixed}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
{provided.placeholder}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user