mirror of https://github.com/status-im/codimd.git
Fix ReferenceError of scollToTop and scollToBottom in index.js
This commit is contained in:
parent
1b36cefd4b
commit
d4bb87b8ec
|
@ -1915,6 +1915,9 @@ function scrollToBottom() {
|
|||
}
|
||||
}
|
||||
|
||||
window.scrollToTop = scrollToTop;
|
||||
window.scrollToBottom = scrollToBottom;
|
||||
|
||||
var enoughForAffixToc = true;
|
||||
|
||||
//scrollspy
|
||||
|
|
Loading…
Reference in New Issue