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
Basically a TextEdit, but without a mutable reference (so no editing). The main use case for this would be logs or consoles that should be copyable. The enabled field of TextEdit does not allow selection (so no copy-paste, etc). Should support scroll as well
The text was updated successfully, but these errors were encountered:
Basically a TextEdit, but without a mutable reference (so no editing). The main use case for this would be logs or consoles that should be copyable. The
enabled
field of TextEdit does not allow selection (so no copy-paste, etc). Should support scroll as wellThe text was updated successfully, but these errors were encountered: