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
If there is .withEditorEnabled() paramter in let config = Filestack.Config.builder and you choose video file then it stop working. With image selected it go to edidor right. I this there should be just better condition on line 353 in file Sources/Filestack/UI/Internal/Controllers/ImagePickerUploadController.swift to make sure it's image. So just add one more condition should fix thids problem.
The text was updated successfully, but these errors were encountered:
FTCP
changed the title
Video picket with withEditorEnabled pronlem
Video picker withEditorEnabled pronlem
Jan 28, 2025
FTCP
changed the title
Video picker withEditorEnabled pronlem
Video picker withEditorEnabled problem
Jan 28, 2025
If there is .withEditorEnabled() paramter in let config = Filestack.Config.builder and you choose video file then it stop working. With image selected it go to edidor right. I this there should be just better condition on line 353 in file Sources/Filestack/UI/Internal/Controllers/ImagePickerUploadController.swift to make sure it's image. So just add one more condition should fix thids problem.
The text was updated successfully, but these errors were encountered: