mirror of
https://github.com/standardnotes/mobile.git
synced 2026-05-19 12:04:31 -04:00
Don't set note.tags directly, handled by item class
This commit is contained in:
@@ -229,8 +229,6 @@ export default class Compose extends Abstract {
|
||||
newTag.addItemAsRelationship(note);
|
||||
newTag.setDirty(true);
|
||||
}
|
||||
|
||||
note.tags = newTags;
|
||||
}
|
||||
|
||||
onTitleChange = (text) => {
|
||||
|
||||
Reference in New Issue
Block a user