Skip to content
Snippets Groups Projects
Commit 9dc8dbbd authored by jojohoch's avatar jojohoch
Browse files

[player] Fix ExpressionChangedAfterItHasBeenCheckedError in TextArea

- 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.
parent f04dc5bc
No related branches found
No related tags found
No related merge requests found
Pipeline #46247 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment