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

編集状態でのMarkdown preview追加

This commit is contained in:
Rokt33r
2015-10-31 19:06:14 +09:00
parent 60e551e273
commit ca79857386
5 changed files with 46 additions and 15 deletions

View File

@@ -109,6 +109,7 @@ function articles (state = initialArticles, action) {
}
function status (state = initialStatus, action) {
state = Object.assign({}, state)
switch (action.type) {
case SWITCH_FOLDER:
state.mode = IDLE_MODE