-
Notifications
You must be signed in to change notification settings - Fork 72
chore: move and rename MobileInputMode #251
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
Conversation
mcarpenter622
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR and good find with the internal problem! I would ask that you do this change a little differently if possible. Instead of moving everything into utilities, can you please create a Constants.go inside utilities. and move just the 3 consts in there instead? I don't think the rest of the stuff needs to be visible unless you can give me a good reason.
|
Thanks for the quick response @mcarpenter622 I have absolutely nothing against - perhaps move |
|
That works for me. @sofib |
|
Thanks again |
|
Just a heads up I had to make an additional commit. Looks like there was still an old reference hanging out: |
|
Sorry about that @mcarpenter622 it seems IDE tricked me. I ran linter but didn't include build tag so it didn't popup. |
Currently
jsUtilpackage is sourced underinternaldirectory. This directory is protected and cannot be depended on by consumer projects.This PR moves the type
MobileInputModeunderjsUtilpackage frominternalto within public packageutilitiesin order to makewidget.TextInputOpts.MobileInputModeusable by consumer projects.