Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent cumulative layout shift when richworkspace is loading
Instead of only increasing editor height with growing document length, let's stick to a fixed height (25vh) and use that one already while loading the document. The editor still increases when it gets focused. Fixes: #2834 Fixes: #2803 Signed-off-by: Jonas <[email protected]>
- Loading branch information