MCPcopy Create free account
hub / github.com/hackmdio/codimd / scrollToBottom

Function scrollToBottom

public/js/pretty.js:140–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140export function scrollToBottom () {
141 $('body, html').stop(true, true).animate({
142 scrollTop: $(document.body)[0].scrollHeight
143 }, 100, 'linear')
144}
145
146window.scrollToTop = scrollToTop
147window.scrollToBottom = scrollToBottom

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected