3 lines
81 B
Plaintext
3 lines
81 B
Plaintext
export var forceReflow = function forceReflow(node) {
|
|
return node.scrollTop;
|
|
}; |