mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +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 ...
|
||||
setInterval(() => {
|
||||
this.component.save(false);
|
||||
}, 10000);
|
||||
}, 5000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user