Skip to content

Commit e655c20

Browse files
Milo TodtRokt33r
authored andcommitted
Update MarkdownPreview.js
1 parent 3426191 commit e655c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser/components/MarkdownPreview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export default class MarkdownPreview extends React.Component {
280280
if (this.props.onDoubleClick != null) this.props.onDoubleClick(e)
281281
}
282282

283-
handleMouseDown(e) {
283+
handleMouseDown (e) {
284284
const config = ConfigManager.get()
285285
const clickElement = e.target
286286
const targetTag = clickElement.tagName // The direct parent HTML of where was clicked ie "BODY" or "DIV"

0 commit comments

Comments
 (0)