Avoid Seq Assignment When Not Sorted by Seq

This change fixes the situation in which the currently selected Note has a Seq value, but the Collection is not sorted by Seq, and a new Note is being added. Previously in this situation the selected Note’s Seq would be incremented and assigned to the new Note; with this change, the new Seq field will simply be left blank.