Remove unused flush-changes listener (#24449)

GitOrigin-RevId: e22a6677617e1d20f9cd4fce38653d126714a553
This commit is contained in:
Alf Eaton
2025-03-26 09:35:47 +00:00
committed by Copybot
parent 7eb5c8a38e
commit e754ee9cb4

View File

@@ -633,13 +633,6 @@ export const EditorManagerProvider: FC = ({ children }) => {
}, [])
)
useEventListener(
'flush-changes',
useCallback(() => {
openDocs.flushAll()
}, [openDocs])
)
useEventListener(
'blur',
useCallback(() => {