Skip to content

Commit b50b69a

Browse files
committed
🐛 (eventListeners) mark focused as todo, blocking build
1 parent 671384d commit b50b69a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/eventListeners.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export function registerEventListeners<T extends MotionVariants>(
1515
// State
1616
const hovered = ref(false)
1717
const tapped = ref(false)
18-
const focused = ref(false)
18+
// const focused = ref(false)
19+
// TODO: implement focused
1920

2021
const computedProperties = computed(() => {
2122
const result = {}

0 commit comments

Comments
 (0)