File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ <h1 class="my-0"><a id="wordmark" href="#">Hacker Paste</a>
86
86
87
87
< div class ="col-auto ">
88
88
< button aria-label ="Enable line wrapping " data-microtip-position ="bottom "
89
- id ="enable-line-wrapping " role ="tooltip " type ="button ">
89
+ id ="enable-line-wrapping " role ="tooltip " type ="button " class =" hidden " >
90
90
< span class ="icon-notes "> </ span > </ button >
91
- < button aria-label ="Disable line wrapping " class =" hidden " data-microtip-position ="bottom "
91
+ < button aria-label ="Disable line wrapping " data-microtip-position ="bottom "
92
92
id ="disable-line-wrapping " role ="tooltip " type ="button "> < span
93
93
class ="icon-wrap-text "> </ span > </ button >
94
94
</ div >
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ import 'codemirror/mode/z80/z80';
241
241
lineNumbers : true ,
242
242
theme : "dracula" ,
243
243
readOnly : readOnly ,
244
- lineWrapping : false ,
244
+ lineWrapping : true ,
245
245
scrollbarStyle : "simple" ,
246
246
} ) ;
247
247
if ( readOnly ) {
You can’t perform that action at this time.
0 commit comments