You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/framework/util/fileHandler/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -127,8 +127,8 @@ export class LocalFile implements LocalFile.CustomUploadFileItem {
127
127
try{
128
128
awaitassertPermissions('galery.read');
129
129
constpics=awaitImagePicker.openPicker({
130
-
maxFiles: 0,
131
-
multiple,// Default value is 5 somewhere in the third-party package, so we must set it to 0 here to allow unlimited selection.
130
+
maxFiles: 999,// Default value is 5 somewhere in the third-party package, so we must set it to some high value here to allow """unlimited""" selection.
0 commit comments