sync: make it work (only upload working)

This commit is contained in:
thecodrr
2020-03-19 15:14:29 +05:00
parent 4fba9b1e2c
commit c1e6199cc7
3 changed files with 23 additions and 12 deletions

View File

@@ -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,