chore(core): add todo

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-20 00:38:56 +01:00
committed by Braks
parent 06dc2ee941
commit 828aa5f0bb
@@ -22,6 +22,7 @@ const focusable = (f?: boolean) => (typeof f === 'undefined' ? nodesFocusable :
const resizeObserver = ref<ResizeObserver>()
// todo: remove nodesInitialized hook as it's not needed anymore, use `getNodesInitialized` instead
onMounted(() => {
const readyNodes = []
let initialized = false