leits / MeetingBar

🇺🇦 Your meetings at your fingertips in the macOS menu bar
https://meetingbar.app
Apache License 2.0
4.43k stars 191 forks source link

Make “What’s New?” text selectable #535

Closed hughlilly closed 1 year ago

hughlilly commented 1 year ago

I was just looking at the changelog and wanted to quickly Google a term, and noticed the text isn’t selectable. I believe that adding textSelection(.enabled) to the end of the list here would enable this: https://github.com/leits/MeetingBar/blob/a4d90a2d888d269d8fa5b42df2d8eca539326a0e/MeetingBar/Views/Changelog/Changelog.swift#L16-L19

See Instance Method textSelection(_:).

leits commented 1 year ago

Thanks for the request, @hughlilly!

I've tried this method and it works so strangely:

image

I'll see if I can do better.

hughlilly commented 1 year ago

Oh that’s very strange! Don’t spend too much time on this if you don’t want to.

leits commented 1 year ago

The correct solution was not found, so I will close this request.