mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-22 00:38:38 +00:00
lint more
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user