From e754ee9cb41e616f94f941b977e4cdb447112f2d Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Wed, 26 Mar 2025 09:35:47 +0000 Subject: [PATCH] Remove unused flush-changes listener (#24449) GitOrigin-RevId: e22a6677617e1d20f9cd4fce38653d126714a553 --- .../features/ide-react/context/editor-manager-context.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/services/web/frontend/js/features/ide-react/context/editor-manager-context.tsx b/services/web/frontend/js/features/ide-react/context/editor-manager-context.tsx index da65ba9cc8..cc82723aa1 100644 --- a/services/web/frontend/js/features/ide-react/context/editor-manager-context.tsx +++ b/services/web/frontend/js/features/ide-react/context/editor-manager-context.tsx @@ -633,13 +633,6 @@ export const EditorManagerProvider: FC = ({ children }) => { }, []) ) - useEventListener( - 'flush-changes', - useCallback(() => { - openDocs.flushAll() - }, [openDocs]) - ) - useEventListener( 'blur', useCallback(() => {