You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interline spacing behavior is inconsistent and erratic, line spacing is not respected after resizing a window. Often, a new line inserted is displayed as having a larger interline spacing compared to the one that is required.
To Reproduce
Create a file with some text, e.g.:
CalendarKit is a Swift calendar UI library for iOS and Mac Catalyst. It looks similar to the Apple Calendar app out-of-the-box, while allowing customization when needed. CalendarKit is composed of multiple modules which can be used together or independently.
(on a single line, no newline characters)
Press "return" key and observe the interline spacing
Type some text, e.g. "L"
Observe that the interline spacing has increased
Type "return" a few more times, type some text after either each line or at some point down...
Observe the interline spacing, remember it's size
Try to resize the window by dragging it's bottom right corner
Observe that the interline spacing collapses to the correct size now and the text looks consistent
Expected Behavior
Interline spacing is consistent across the whole file, both, the new (added) lines and the old lines have the same interline spacing.
Version Information
CodeEdit: 0.0.3-alpha.30
Additional Context
No response
Screenshots
The text was updated successfully, but these errors were encountered:
Description
Interline spacing behavior is inconsistent and erratic, line spacing is not respected after resizing a window. Often, a new line inserted is displayed as having a larger interline spacing compared to the one that is required.
To Reproduce
(on a single line, no newline characters)
Expected Behavior
Interline spacing is consistent across the whole file, both, the new (added) lines and the old lines have the same interline spacing.
Version Information
CodeEdit: 0.0.3-alpha.30
Additional Context
No response
Screenshots
The text was updated successfully, but these errors were encountered: