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

Function NullScrollbars

static/editor.md/lib/codemirror/lib/codemirror.js:473–473  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471 }, NativeScrollbars.prototype);
472
473 function NullScrollbars() {}
474
475 NullScrollbars.prototype = copyObj({
476 update: function() { return {bottom: 0, right: 0}; },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected