no autocomplete until upstream merge

This commit is contained in:
Felix Roos 2023-02-11 20:55:35 +01:00
parent 9694ecf55b
commit 0fb478a7c8
2 changed files with 2 additions and 3 deletions

View File

@ -8,8 +8,6 @@ const getInnerText = (html) => {
return div.textContent || div.innerText || '';
};
// atomone, darcula, dracula, duotoneDark, eclipse, gruvboxLight autocompletes are flipped in darkness / lightness
export function Autocomplete({ doc }) {
return (
<div className="prose dark:prose-invert max-h-[400px] overflow-auto">

View File

@ -87,7 +87,8 @@ const extensions = [
highlightField,
flashField,
// javascriptLanguage.data.of({ autocomplete: strudelAutocomplete }),
autocompletion({ override: [strudelAutocomplete] }),
// autocompletion({ override: [strudelAutocomplete] }),
autocompletion({ override: [] }), // wait for https://github.com/uiwjs/react-codemirror/pull/458
];
export default function CodeMirror({