Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setScroll
Method · 0.95
applyStretch
Method · 0.95
Calls
1
removeEventListener
Method · 0.65
Tested by
no test coverage detected