mantine icon indicating copy to clipboard operation
mantine copied to clipboard

[@Mantine/core] refactor and fix MenuItem component behavior

Open Han5991 opened this issue 5 months ago • 0 comments
trafficstars

fixed #7939

Description

This pull request includes the following updates:

  • Refactored MenuItem tests to remove redundant cases, focusing on core interactive functionality. This enhances maintainability and simplifies future updates.
  • Fixed mousedown behavior handling in the MenuItem component to ensure default behavior is prevented only for appropriate elements. Additional checks and tests were added to address edge cases, such as nested elements and form controls.

Han5991 avatar Jun 09 '25 22:06 Han5991