Ivan Asmer 4 yıl önce
ebeveyn
işleme
937c78d121
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -14,7 +14,7 @@
         <script type='module'>
         <script type='module'>
             import {buildAST, toReact} from './index.mjs'
             import {buildAST, toReact} from './index.mjs'
             md.value = localStorage.md || '# markdown here\n'
             md.value = localStorage.md || '# markdown here\n'
-            update.oninput = () => {
+            md.oninput = () => {
                 localStorage.md = md.value
                 localStorage.md = md.value
                 const ast = buildAST(md.value)
                 const ast = buildAST(md.value)
                 console.log(ast)
                 console.log(ast)