Skip to content

Commit 3d1727d

Browse files
Fix install link
1 parent 65b5d71 commit 3d1727d

File tree

1 file changed

+1
-1
lines changed
  • Stack-Snippet-Userscripts/Render-All-Lines

1 file changed

+1
-1
lines changed

Stack-Snippet-Userscripts/Render-All-Lines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Snippet Render All Lines ( [install](https://github.com/CertainPerformance/Stack-Exchange-Userscripts/raw/master/Stack-Snippet-Userscripts/Lag-Fixer/StackSnippetRenderAllLines.user.js) )
1+
# Snippet Render All Lines ( [install](https://github.com/CertainPerformance/Stack-Exchange-Userscripts/raw/master/Stack-Snippet-Userscripts/Render-All-Lines/StackSnippetRenderAllLines.user.js) )
22

33
Due to [performance issues](https://codemirror.net/doc/manual.html#option_viewportMargin), CodeMirror ony renders ~10 code lines above and below the viewport. For example, if you're currently scrolled to the point that lines 50 to 80 are visible, lines below ~40 will not exist in the DOM, nor will lines above ~90. This can improve performance when on a lower-end machines, or when there are an unreasonably large number of lines.
44

0 commit comments

Comments
 (0)