binaryish.js 260 B

12345678910
  1. const computedDescriptionLines = (showConfirm &&
  2. descriptionLinesConfirming) ||
  3. (focused && !loading && descriptionLinesFocused) ||
  4. descriptionLines;
  5. computedDescriptionLines = (focused &&
  6. !loading &&
  7. descriptionLinesFocused) ||
  8. descriptionLines;