[PE] Show guides when new guide is added

This commit is contained in:
Julia Radzhabova 2022-10-11 18:55:06 +03:00
parent 3b325b4cf5
commit c984d62e9a

View file

@ -260,6 +260,9 @@ define([
this.api.asc_addVerticalGuide();
else
this.api.asc_addHorizontalGuide();
!this.api.asc_getShowGuides() && this.onGuidesShow(true);
Common.NotificationCenter.trigger('edit:complete', this.view);
},