-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make text selectable #28
Conversation
Should we do something with texts on buttons in this PR? |
I looked around but didn't find a way to fix it. Flutter isn't great for the web. Alternatively, we could use |
Does it affect navbar as well? |
Yes all buttons that have text |
I guess it'll be pretty annoying not to be able to switch between families |
dw we can click on them just fine. It's just the cursor looks like the editor cursor not the click cursor |
If it is also okay to me to merge it with this bug. But it's better to create Jira or GH issue to fix it |
2e79c4c
to
2eaf41a
Compare
This resolves RTW-110. Specifically, it allows text on the frontend to be selectable. There is an issue however, the cursor turns into selectable cursor whenever pointing on text, even if this text was just the title of a button. So for buttons instead of having a click cursor we see a select cursor. I didn't find a simple workaround to this.