PanelEditor: fix button position when dragging row (#27666)
This commit is contained in:
@@ -108,6 +108,7 @@ export class QueryEditorRows extends PureComponent<Props> {
|
||||
inMixedMode={props.datasource.meta.mixed}
|
||||
/>
|
||||
))}
|
||||
{provided.placeholder}
|
||||
</div>
|
||||
);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user