Skip to content
Snippets Groups Projects
  • jojohoch's avatar
    9dc8dbbd
    [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
    History
    [player] Fix ExpressionChangedAfterItHasBeenCheckedError in TextArea
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.