autosave while events

This commit is contained in:
oc 2018-05-16 13:33:29 +08:00
parent 5db3693de3
commit 7d4f8f41af

View File

@ -1810,6 +1810,8 @@ control.prototype.openSettings = function (need) {
////// 自动存档 //////
control.prototype.autosave = function (removeLast) {
if (core.status.event.id!=null)
return;
var x=null;
if (removeLast)
x=core.status.route.pop();