mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
cleanup
This commit is contained in:
@@ -114,8 +114,6 @@ const Dropdown = memo(
|
||||
}
|
||||
});
|
||||
|
||||
console.log("hoveredItems", hoveredItems);
|
||||
|
||||
useLayoutEffect(() => {
|
||||
if (anchorRef.current && dropdownRef.current) {
|
||||
const anchorRect = anchorRef.current.getBoundingClientRect();
|
||||
|
||||
Reference in New Issue
Block a user