0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 16:38:38 +00:00
This commit is contained in:
Víctor Losada Hernández
2026-05-04 16:03:07 +02:00
parent 102d1f4186
commit 6e39a70706
+1 -1
View File
@@ -297,7 +297,7 @@ const CodeEditor = forwardRef(
if(!folds?.length) return;
view.dispatch({
effects: folds.map(f => foldEffect.of(f))
effects : folds.map((f)=>foldEffect.of(f))
});
};