MCPcopy
hub / github.com/revolist/revogrid / dropChanges

Method dropChanges

src/plugins/column.stretch.plugin.ts:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 private dropChanges() {
63 this.stretchedColumn = null;
64 this.removeEventListener('scrollchange');
65 }
66
67 private apply() {
68 if (!this.stretchedColumn) {

Callers 2

setScrollMethod · 0.95
applyStretchMethod · 0.95

Calls 1

removeEventListenerMethod · 0.65

Tested by

no test coverage detected