Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Feb 9, 2025
1 parent 0000391 commit 8f5a93b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-chefs-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

remove logs
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,6 @@ class NavigationMenuContentImplState {
// prevent parent menus handling sub-menu keydown events
const target = e.target;
if (!isElement(target)) return;
console.log("target", target);
console.log("closest nav menu", target.closest(`[${NAVIGATION_MENU_ATTR}]`));
console.log("ref");
if (
target.closest(`[${NAVIGATION_MENU_ATTR}]`) !==
this.context.opts.rootNavigationMenuRef.current
Expand Down

0 comments on commit 8f5a93b

Please sign in to comment.