Поправка бага
This commit is contained in:
@@ -71,7 +71,10 @@ class ServerStorage extends Vue {
|
||||
}
|
||||
|
||||
async bookManagerEvent(eventName, itemKey) {
|
||||
if (eventName == 'recent-changed') {
|
||||
if (!this.serverSyncEnabled)
|
||||
return;
|
||||
|
||||
if (eventName == 'recent-changed') {
|
||||
if (itemKey) {
|
||||
if (!this.recentDeltaInited) {
|
||||
this.warning('Функции сохранения на сервер пока недоступны');
|
||||
|
||||
Reference in New Issue
Block a user