reiji-h %!s(int64=2) %!d(string=hai) anos
pai
achega
8b104097cf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/editor/src/components/CodeMirrorEditorMain.tsx

+ 1 - 0
packages/editor/src/components/CodeMirrorEditorMain.tsx

@@ -13,6 +13,7 @@ const additionalExtensions: Extension[] = [
   scrollPastEnd(),
 ];
 
+
 type Props = {
   onChange?: (value: string) => void,
   onSave?: () => void,