1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
* Fix 2636 Can't scroll to bottom of editor pane

* Fix minor lint issues
This commit is contained in:
Jack Hsieh
2019-08-11 07:22:53 -07:00
committed by Junyoung Choi
parent 606be4304d
commit f09297f406
13 changed files with 23 additions and 13 deletions

View File

@@ -41,7 +41,6 @@ const CSS_FILES = [
`${appPath}/node_modules/codemirror/lib/codemirror.css`,
`${appPath}/node_modules/react-image-carousel/lib/css/main.min.css`
]
const win = global.process.platform === 'win32'
function buildStyle (
fontFamily,
@@ -815,6 +814,7 @@ export default class MarkdownPreview extends React.Component {
canvas.height = height.value + 'vh'
}
// eslint-disable-next-line no-unused-vars
const chart = new Chart(canvas, chartConfig)
} catch (e) {
el.className = 'chart-error'