Skip to content

Commit af87abb

Browse files
STetsingAniket-Engg
authored andcommitted
Update remix-ui-editor.tsx rm handleAcceptedCompletion
1 parent ec6db9b commit af87abb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -620,12 +620,6 @@ export const EditorUI = (props: EditorUIProps) => {
620620
}
621621
}
622622

623-
function handleAcceptedCompletion(completion, type: 'full' | 'partial') {
624-
// Handle the accepted completion here
625-
// For example, you might want to send analytics, update UI, etc.
626-
console.log(`Handling ${type} completion:`, completion);
627-
}
628-
629623
function handleEditorDidMount(editor) {
630624
editorRef.current = editor
631625
defineAndSetTheme(monacoRef.current)

0 commit comments

Comments
 (0)