MCPcopy Index your code
hub / github.com/DHTMLX/gantt / clearCaches

Function clearCaches

samples/common/codehighlight/codemirror.js:2558–2563  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2556 }
2557
2558 function clearCaches(cm) {
2559 clearLineMeasurementCache(cm);
2560 cm.display.cachedCharWidth = cm.display.cachedTextHeight = cm.display.cachedPaddingH = null;
2561 if (!cm.options.lineWrapping) { cm.display.maxLineChanged = true; }
2562 cm.display.lineNumChars = null;
2563 }
2564
2565 function pageScrollX() {
2566 // Work around https://bugs.chromium.org/p/chromium/issues/detail?id=489206

Callers 4

themeChangedFunction · 0.85
defineOptionsFunction · 0.85
wrappingChangedFunction · 0.85
addEditorMethodsFunction · 0.85

Calls 1

Tested by

no test coverage detected