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

move ipc server to main process

This commit is contained in:
Dick Choi
2016-08-23 00:52:33 +09:00
parent cff3fdae6e
commit 282ca3ea2a
15 changed files with 147 additions and 513 deletions

View File

@@ -133,7 +133,7 @@ class NoteDetail extends React.Component {
/>
<button styleName='tabView-top-mode'
>
{mode.label}
{mode == null ? null : mode}
</button>
</div>
{snippet.mode === 'markdown'