ckfinder / ckfinder-laravel-package

CKFinder 3 package for Laravel
Other
153 stars 86 forks source link

Cannot select multiple images when pressing enter #109

Open tuanta1992 opened 2 weeks ago

tuanta1992 commented 2 weeks ago

window.CKFinder.modal({ chooseFiles: true, width: 800, height: 600, onInit: function (finder) { finder.on('files:choose', function (evt) { var files = evt.data.files; console.log(files); }) }) }); When I select multiple images and start clicking the select button, the system returns the array of selected images, but when I select multiple images and press the enter button, only one image is returned, why? I don't remember this problem on ckfinder 2.