mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Fix save event registrations.
This commit is contained in:
parent
4a4d67c554
commit
4ca3d03b90
@ -92,7 +92,7 @@ class Editor {
|
|||||||
// Autosave on a fixed period of time ...
|
// Autosave on a fixed period of time ...
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
this.component.save(false);
|
this.component.save(false);
|
||||||
}, 10000);
|
}, 5000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user