0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 02:48:40 +00:00

lint more

This commit is contained in:
Víctor Losada Hernández
2026-05-10 19:42:02 +02:00
parent aac384390b
commit b39502d806
@@ -119,7 +119,6 @@ const createHighlightPlugin = (renderer, tab)=>{
}
});
tokens.forEach((tok)=>{
const line = view.state.doc.line(tok.line + 1);
@@ -450,7 +449,6 @@ const CodeEditor = forwardRef(
injectText : (text)=>{
const view = viewRef.current;
view.dispatch(
view.state.replaceSelection(text)
);