mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
編集状態でのMarkdown preview追加
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user