mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
sync: make it work (only upload working)
This commit is contained in:
@@ -24,6 +24,10 @@ export default class Notebook {
|
||||
return new Topics(this._notebooks, this._notebook.id);
|
||||
}
|
||||
|
||||
get dateEdited() {
|
||||
return this._notebook.dateEdited;
|
||||
}
|
||||
|
||||
_toggle(prop) {
|
||||
return this._notebooks.add({
|
||||
id: this._notebook.id,
|
||||
|
||||
Reference in New Issue
Block a user