/
usr
/
share
/
nodejs
/
@types
/
codemirror
/
addon
/
scroll
/
/usr/share/nodejs/@types/codemirror/addon/scroll
mkdir
upload
Name
Size
Mode
Actions
annotatescrollbar.d.ts
687
0644
edit
dl
rm
scrollpastend.d.ts
315
0644
edit
dl
rm
simplescrollbars.d.ts
171
0644
edit
dl
rm
Edit:
/usr/share/nodejs/@types/codemirror/addon/scroll/scrollpastend.d.ts
(315B)
import '../../'; declare module '../../' { interface EditorConfiguration { /** * When the end of the file is reached it allows you to keep scrolling so that your last few lines of code are not stuck at the bottom of the editor. */ scrollPastEnd?: boolean | undefined; } }
Save
cmd:
run