mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 19:41:39 +08:00
Fix lint error (#1492)
This commit is contained in:
parent
ad41f1c552
commit
1b9ee786be
@ -691,7 +691,7 @@ const actions = {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
RENAME_FILE ({ commit }, file) {
|
RENAME_FILE ({ commit, dispatch }, file) {
|
||||||
commit('SET_CURRENT_FILE', file)
|
commit('SET_CURRENT_FILE', file)
|
||||||
dispatch('UPDATE_LINE_ENDING_MENU')
|
dispatch('UPDATE_LINE_ENDING_MENU')
|
||||||
bus.$emit('rename')
|
bus.$emit('rename')
|
||||||
|
Loading…
Reference in New Issue
Block a user