[DE] Go to form fields

This commit is contained in:
Julia Radzhabova 2021-02-05 14:16:03 +03:00
parent 85f899410d
commit e37b10ea23

View file

@ -224,7 +224,8 @@ define([
},
onGoTo: function(type) {
// (type=='prev') ? this.api.asc_GoToPrevForm() : this.api.asc_GoToNextForm();
if (this.api)
this.api.asc_MoveToFillingForm(type=='next');
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
},