move Change Note
fun moveChangeNote(changeNote: Note, sourceUpdate: Update, destinationUpdate: Update, onMove: () -> Unit)
Method to move a change note
Since
1.2.0
Parameters
change Note
The change note to move
source Update
The source update where the change note is currently attached
destination Update
The destination update where move the change note
on Move
The callback to invoke after the moving of the change note