ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

fix of the selection of one file outside the "Bulk select" when initi… #41

Closed 4KDA closed 6 years ago

4KDA commented 6 years ago

fix of the selection of one file outside the "Bulk select" when initial lmm in multi-select mode

ctf0 commented 6 years ago

can u elaborate more, am not sure why this is needed

4KDA commented 6 years ago

This applies to multi select mode. Now, when initializing lmm in multi select mode, files are selected only by clicking the "bulk select" button, that is, if you want to add only 1 file, you still need to click "bulk select", and with this fix 1 file can be selected without clicking "bulk select".

ctf0 commented 6 years ago

because if u want to select only one file then u shouldnt use the multi select option, the multi select isnt a one solution fits all.

u will just have to find ur way around with the current implementation.

4KDA commented 6 years ago

if the user depending on the situation is necessary to choose 1 or more files (in the same gallery is the situation when the need to the existing add more only one file) - you propose add to this situation 2 button initialization lmm? why you do not want to do this method Universal? it can somewhere cause an error?

ctf0 commented 6 years ago

doing what u want create issues for another part of the package, so again create your own implementation

4KDA commented 6 years ago

I did not think that this fix could create problems for the package. It is a pity that this is so.