Use morphdom to reduce number of full page updates to md preview

This should help improve scroll sync and also reduce the number of times we go out to the network if images are in the preview
This commit is contained in:
Matt Bierner
2021-11-01 15:32:35 -07:00
parent b2494d777f
commit 8f672cac62
12 changed files with 113 additions and 96 deletions

View File

@@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "./dist/",
"jsx": "react",
"esModuleInterop": true,
"lib": [
"es2018",
"DOM",