Skip to content

Commit

Permalink
fix(snippets): wrapping long lines in screenshot (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Jan 11, 2023
1 parent 08e5123 commit 891b548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/screenshot/TheScreenshot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ const init = () => {
? getThemeName('dark:material')
: getThemeName('light:github'),
lineNumbers: false,
lineWrapping: true,
tabSize: appStore.editor.tabSize,
scrollbarStyle: 'null',
readOnly: true
Expand Down

0 comments on commit 891b548

Please sign in to comment.