remove unused

This commit is contained in:
Benjamin Lu
2025-09-11 17:57:19 -07:00
parent cb211eb987
commit 1dfa72cf19

View File

@@ -243,8 +243,3 @@ export function syncNodeSlotLayoutsNow(
) {
syncNodeSlotLayoutsFromDOM(nodeId, origin?.left, origin?.top)
}
// Optional helper for callers that are not using the composable
export function requestSlotLayoutSync(nodeId: string) {
scheduleSlotLayoutSync(nodeId)
}