deepujain opened a new pull request, #43806: URL: https://github.com/apache/superset/pull/43806
## SUMMARY Drill to detail, Drill by, and View as table modals pass a partial `resizableConfig` (min size and default height only). `Modal` replaced the full default config with that partial object, which dropped the `enable` map that restricts resize handles to bottom, bottom-right, and right. With all handles enabled inside a draggable wrapper, resizing from top or left edges drifts and anchors from the wrong corner (#43320). This change merges caller overrides with the default resizable config so handle guards stay in place unless explicitly overridden. ## TESTING INSTRUCTIONS - `npm test -- --testPathPattern=packages/superset-ui-core/src/components/Modal/Modal.test.tsx` - Manual: open Drill to detail or Drill by, confirm only bottom/right resize handles appear and resizing does not drift. ## ADDITIONAL INFORMATION Fixes #43320 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
