getAllowAutosize.ts 171 B

1234
  1. export default function getAllowAutosize() {
  2. // This is overridden to false in tests to be able to force autosize off since it requires style re-calcs.
  3. return true;
  4. }