CodeEditSourceEditor icon indicating copy to clipboard operation
CodeEditSourceEditor copied to clipboard

🐞 The view showing line numbers overflows

Open ishowshao opened this issue 7 months ago • 1 comments

Description

The view showing line numbers overflows

Image

To Reproduce

VStack { Form { ... } CodeEditSourceEditor( ... ) }

Expected Behavior

Don't overflow

Version Information

CodeEditSourceEditor: [e.g. 0.x.y] macOS: [e.g. 13.2.1] Xcode: [e.g. 14.2]

Additional Context

No response

Screenshots

No response

ishowshao avatar Apr 13 '25 04:04 ishowshao

A temporary solution for now is .clipped()

ishowshao avatar Apr 13 '25 14:04 ishowshao