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

Function NullScrollbars

static/mergely/lib/codemirror.js:493–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491 }, NativeScrollbars.prototype);
492
493 function NullScrollbars() {}
494
495 NullScrollbars.prototype = copyObj({
496 update: function() { return {bottom: 0, right: 0}; },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected