-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix(FilePicker): Fix selecting rows using the keyboard #934
Conversation
Not sure what to do here. Merge without tests? Is there some way to ignore the package exports? Last resort: Fork the project as like with vue-select? |
Import with relative path. import xxx from '../../node_modules/webdav/dist/' |
This might work for apps or server, but not for libraries. You can not know that the package is installed at that location. As all of those are possible:
or
or
|
Indeed, I only tried with Apps |
1591cdf
to
aa6ac5a
Compare
See #949 for a solution until it is fixed, after that one is merged, this can be rebased and should work :) |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
…d (except for entering directories) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
96bc972
to
d19c22b
Compare
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Selecting by keyboard was broken due to wrong event and key name.