MCPcopy Create free account
hub / github.com/TruthHun/BookStack / previewUnbindScroll

Function previewUnbindScroll

static/editor.md/editormd.js:1777–1779  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1775 };
1776
1777 var previewUnbindScroll = function() {
1778 preview.unbind(mouseOrTouch("scroll", "touchmove"));
1779 };
1780
1781 codeMirror.bind({
1782 mouseover : cmBindScroll,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected