Use block cache when searching or opening a recent block. (#749)

* Use block cache when searching or opening a recent block.

fixes #715

* Fixed linting errors.
This commit is contained in:
softsimon
2021-08-29 04:55:46 +03:00
committed by GitHub
parent 82e1d18203
commit 877551680c
2 changed files with 29 additions and 18 deletions

View File

@@ -12,6 +12,7 @@
"arrow-parens": false,
"arrow-return-shorthand": true,
"curly": true,
"no-bitwise": false,
"deprecation": {
"severity": "warning"
},