We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84bd11 commit ee372cdCopy full SHA for ee372cd
libs/remix-ui/editor/src/lib/remix-ui-editor.tsx
@@ -941,7 +941,7 @@ export const EditorUI = (props: EditorUIProps) => {
941
const functionImpl = nodesAtPosition.find((node) => node.kind === 'function')
942
if (functionImpl) {
943
currentFunction.current = functionImpl.name
944
- currenFunctionNode = functionImpl
+ currentFunctionNode = functionImpl
945
946
executeGptGenerateDocumentationAction.label = intl.formatMessage({ id: 'editor.generateDocumentation2' }, { name: functionImpl.name })
947
gptGenerateDocumentationAction = editor.addAction(executeGptGenerateDocumentationAction)
0 commit comments