Both Assessor's patterns fail on scrolls
object-Object opened this issue ยท 2 comments
Writability is determined by checking if a null iota can be written to the item in question. Since you can't write null to a scroll, this always returns false.
Probably also applies to slates.
I personally would perfer if a function was added to ADIotaHolder called "isWritable" but that wold be a semi-major api change