Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Dec 27, 2024
1 parent 4b2b745 commit f02c295
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ee/tabby-ui/components/prompt-editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,20 +162,6 @@ export const PromptEditor = forwardRef<PromptEditorRef, PromptEditorProps>(
disabled: !hasDocSources
})
})
// for codebase mention
// MentionExtension.configure({
// deleteTriggerWithBackspace: true,
// HTMLAttributes: {
// class: 'mention-code'
// },
// suggestion: suggestion({
// category: 'code',
// char: '#',
// pluginKey: CodeMentionPluginKey,
// placement: placement === 'bottom' ? 'top-start' : 'bottom-start',
// disabled: !hasCodebaseSources
// })
// })
],
editorProps: {
attributes: {
Expand Down

0 comments on commit f02c295

Please sign in to comment.