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

Function cmUnbindScroll

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

Source from the content-addressed store, hash-verified

1773 };
1774
1775 var cmUnbindScroll = function() {
1776 codeMirror.find(".CodeMirror-scroll").unbind(mouseOrTouch("scroll", "touchmove"));
1777 };
1778
1779 var previewBindScroll = function() {
1780

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected