Skip to content

Commit

Permalink
fix(editor): set lang during init
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Apr 4, 2022
1 parent 43a32e9 commit 34c340d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/editor/TheEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const init = async () => {
})
setValue()
setLang()
// Убираем вызов поиска
editor.commands.removeCommand('find')
Expand Down

0 comments on commit 34c340d

Please sign in to comment.