MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / handleResize

Function handleResize

src/composables/useWindowsTitleBarOverlay.ts:49–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 const handleResize = () => scheduleSync()
50
51 onMounted(() => {
52 window.addEventListener('resize', handleResize)

Callers

nothing calls this directly

Calls 1

scheduleSyncFunction · 0.85

Tested by

no test coverage detected