Seems that for me, right arrowing into TextEdit isn't working.
In QSObject_FileHandling.m:L453, an array of QSObjects is being returned as opposed to an array of strings. This is causing an exception later down the line with fileObjectsWithPathArray
the iCloudDocuments array should be an array of path strings, not QSObjects
The text was updated successfully, but these errors were encountered:
Seems that for me, right arrowing into TextEdit isn't working.
In QSObject_FileHandling.m:L453, an array of QSObjects is being returned as opposed to an array of strings. This is causing an exception later down the line with
fileObjectsWithPathArray
the
iCloudDocuments
array should be an array of path strings, not QSObjectsThe text was updated successfully, but these errors were encountered: