mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
* feat: disable mask blur effect by default Change the blur condition from `blur !== false` to `blur === true`, making the blur effect opt-in rather than opt-out. * Update components/_util/hooks/useMergedMask.ts Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: aojunhao123 <1844749591@qq.com> * update snapshot * update snapshot * Update components/modal/demo/mask.tsx Signed-off-by: thinkasany <480968828@qq.com> --------- Signed-off-by: aojunhao123 <1844749591@qq.com> Signed-off-by: thinkasany <480968828@qq.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com>