1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add right click to switch edit/preview option to app settings

This commit is contained in:
Rokt33r
2016-01-16 02:40:31 +09:00
parent 445332c27c
commit 93c03f4e88
5 changed files with 105 additions and 23 deletions

View File

@@ -191,8 +191,8 @@ CodeEditor.propTypes = {
key: PropTypes.string
}),
className: PropTypes.string,
onChange: PropTypes.func,
onBlur: PropTypes.func,
onChange: PropTypes.func,
readOnly: PropTypes.bool
}