mirror of
https://github.com/apache/superset.git
synced 2026-05-31 13:19:23 +00:00
feat(adhoc-column): add resize option (#23748)
This commit is contained in:
@@ -248,7 +248,7 @@ export default class AdhocMetricEditPopover extends React.PureComponent {
|
||||
POPOVER_INITIAL_WIDTH,
|
||||
),
|
||||
height: Math.max(
|
||||
this.dragStartHeight + (e.clientY - this.dragStartY) * 2,
|
||||
this.dragStartHeight + (e.clientY - this.dragStartY),
|
||||
POPOVER_INITIAL_HEIGHT,
|
||||
),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user