mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix: pressing on check item does not add notebook
This commit is contained in:
@@ -289,7 +289,8 @@ const MoveNoteComponent = ({close, note, setNote}) => {
|
||||
}}
|
||||
button={{
|
||||
icon: 'check',
|
||||
color: notebookInputFocused ? colors.accent : colors.icon
|
||||
color: notebookInputFocused ? colors.accent : colors.icon,
|
||||
onPress:addNewNotebook
|
||||
}}
|
||||
onSubmit={addNewNotebook}
|
||||
placeholder="Create a new notebook"
|
||||
|
||||
Reference in New Issue
Block a user