[PE] Show guides when new guide is added
This commit is contained in:
parent
3b325b4cf5
commit
c984d62e9a
|
@ -260,6 +260,9 @@ define([
|
||||||
this.api.asc_addVerticalGuide();
|
this.api.asc_addVerticalGuide();
|
||||||
else
|
else
|
||||||
this.api.asc_addHorizontalGuide();
|
this.api.asc_addHorizontalGuide();
|
||||||
|
|
||||||
|
!this.api.asc_getShowGuides() && this.onGuidesShow(true);
|
||||||
|
|
||||||
Common.NotificationCenter.trigger('edit:complete', this.view);
|
Common.NotificationCenter.trigger('edit:complete', this.view);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue