1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

added linethrough checkbox and make it optional

This commit is contained in:
Nguyễn Việt Hưng
2018-10-02 20:52:51 +07:00
parent 2ccd00a378
commit 14fec7473a
5 changed files with 27 additions and 3 deletions

View File

@@ -483,6 +483,7 @@ export default class MarkdownPreview extends React.Component {
eventEmitter.on('export:save-md', this.saveAsMdHandler)
eventEmitter.on('export:save-html', this.saveAsHtmlHandler)
eventEmitter.on('print', this.printHandler)
eventEmitter.on('config-renew', this.rewriteIframe.bind(this))
}
componentWillUnmount () {