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

Function cmUnbindScroll

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

Source from the content-addressed store, hash-verified

1745 };
1746
1747 var cmUnbindScroll = function() {
1748 codeMirror.find(".CodeMirror-scroll").unbind(mouseOrTouch("scroll", "touchmove"));
1749 };
1750
1751 var previewBindScroll = function() {
1752

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected