Skip to content

Commit b6b29e0

Browse files
committed
fix lint error
1 parent 2fc37d5 commit b6b29e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/components/MarkdownPreview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ export default class MarkdownPreview extends React.Component {
807807
}
808808

809809
handleResize () {
810-
_.forEach(
810+
_.forEach(
811811
this.refs.root.contentWindow.document.querySelectorAll('svg[ratio]'),
812812
el => {
813813
el.setAttribute('height', el.clientWidth / el.getAttribute('ratio'))

0 commit comments

Comments
 (0)