mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
first commit
This commit is contained in:
@@ -83,10 +83,10 @@ export default class MoveDialog extends React.Component {
|
||||
this.setState({ items: db.notebooks.all });
|
||||
} else {
|
||||
await db.notebooks
|
||||
.notebook(MoveDialog.notebook.id)
|
||||
.notebook(this.selectedNotebook.id)
|
||||
.topics.add(e.target.value);
|
||||
this.setState({
|
||||
items: db.notebooks.notebook(MoveDialog.notebook.id)
|
||||
items: db.notebooks.notebook(this.selectedNotebook.id)
|
||||
.topics
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user