This commit is contained in:
Red Adaya
2024-09-23 11:43:04 +08:00
parent c2d5f20d14
commit 7ec1a75229
-2
View File
@@ -114,8 +114,6 @@ const Dropdown = memo(
}
});
console.log("hoveredItems", hoveredItems);
useLayoutEffect(() => {
if (anchorRef.current && dropdownRef.current) {
const anchorRect = anchorRef.current.getBoundingClientRect();