mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-27 17:08:39 +00:00
lint
This commit is contained in:
@@ -297,7 +297,7 @@ const CodeEditor = forwardRef(
|
|||||||
if(!folds?.length) return;
|
if(!folds?.length) return;
|
||||||
|
|
||||||
view.dispatch({
|
view.dispatch({
|
||||||
effects: folds.map(f => foldEffect.of(f))
|
effects : folds.map((f)=>foldEffect.of(f))
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user