autosave while events
This commit is contained in:
parent
5db3693de3
commit
7d4f8f41af
@ -1810,6 +1810,8 @@ control.prototype.openSettings = function (need) {
|
|||||||
|
|
||||||
////// 自动存档 //////
|
////// 自动存档 //////
|
||||||
control.prototype.autosave = function (removeLast) {
|
control.prototype.autosave = function (removeLast) {
|
||||||
|
if (core.status.event.id!=null)
|
||||||
|
return;
|
||||||
var x=null;
|
var x=null;
|
||||||
if (removeLast)
|
if (removeLast)
|
||||||
x=core.status.route.pop();
|
x=core.status.route.pop();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user