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(() => {