Fix markdown preview restoring to wrong position on restart

This commit is contained in:
Matt Bierner
2019-02-14 18:23:35 -08:00
parent 714192fdc3
commit 003521e715
6 changed files with 24 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
"jsx": "react",
"sourceMap": true,
"strict": true,
"strictBindCallApply": true,
"noImplicitAny": true,
"noUnusedLocals": true
}