Closed
Description
Description
When customizing the Uploadcare dialog on mobile, I noticed that the [...] button to show all sources has only one underscore _
in one of its class names, while the other buttons have 2 underscores. See screenshot:
I'm reporting this because it could be a typo in tab-file.js. Not sure if that difference was intentional.
I'd be happy to make a quick code contribution to the repository to add the missing underscore. Let me know :D
Steps to reproduce
Load the widget and display it on a small screen.
Expected result
Classes are the same, uploadcare--file-sources__item
Actual result
Class for sources is uploadcare--file-sources__item
but for only for the all button is uploadcare--file-sources_item
Environment
- widget version: 3.18.0
node -v
: v16.14.2npm -v
: 8.13.0