10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
"use strict";
|
|
|
|
exports.__esModule = true;
|
|
exports.forceReflow = void 0;
|
|
|
|
var forceReflow = function forceReflow(node) {
|
|
return node.scrollTop;
|
|
};
|
|
|
|
exports.forceReflow = forceReflow; |