Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jun 13, 2023
  2. Jun 12, 2023
  3. Jun 11, 2023
  4. Jun 08, 2023
  5. Jun 05, 2023
  6. Jun 01, 2023
  7. May 24, 2023
  8. May 22, 2023
  9. May 05, 2023
  10. May 04, 2023
  11. Apr 28, 2023
  12. Apr 25, 2023
  13. Apr 21, 2023
    • jojohoch's avatar
      [player] Fix ExpressionChangedAfterItHasBeenCheckedError in TextArea · 9dc8dbbd
      jojohoch authored
      - Replace UpdateTextareaPipe with DynamicRowsDirective
      
      The dynamic height of the textarea is calculated based on the available
      width. However, accessing the width of the textarea often results in an
      error.
      For this reason, the calculation is now done using resize and change
      events in conjunction with a timeout to wait for the textarea to render.
      9dc8dbbd
Loading