Skip to content

Commit 891b548

Browse files
fix(snippets): wrapping long lines in screenshot (#326)
1 parent 08e5123 commit 891b548

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/components/screenshot/TheScreenshot.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ const init = () => {
200200
? getThemeName('dark:material')
201201
: getThemeName('light:github'),
202202
lineNumbers: false,
203+
lineWrapping: true,
203204
tabSize: appStore.editor.tabSize,
204205
scrollbarStyle: 'null',
205206
readOnly: true

0 commit comments

Comments
 (0)