Ivan Asmer před 4 roky
rodič
revize
0da5020d36
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 1 0
      index.html
  2. 2 2
      index.mjs

+ 1 - 0
index.html

@@ -20,6 +20,7 @@
                 console.log(ast)
                 ReactDOM.render(toReact(ast, React), reactMD)
             }
+            update.onclick()
         </script>
     </body>
 </html>

+ 2 - 2
index.mjs

@@ -37,7 +37,7 @@ const syntax = {
             },
             end: {
                 point: 'start',
-                offset: -1
+                offset: 0
             }
         },
         begin: 0,
@@ -65,7 +65,7 @@ const syntax = {
             },
             end: {
                 point: 'start',
-                offset: -1
+                offset: 0
             }
         },
         begin: 0,