mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 07:29:55 +08:00
[PE] Lock animation on deleted slide
This commit is contained in:
@ -2784,6 +2784,7 @@ define([
|
||||
|
||||
var animationController = me.getApplication().getController('Animation');
|
||||
animationController.setApi(me.api).setConfig({toolbar: me,mode:config}).createToolbarPanel();
|
||||
Array.prototype.push.apply(me.toolbar.slideOnlyControls,animationController.getView().getButtons());
|
||||
|
||||
me.toolbar.btnSave.on('disabled', _.bind(me.onBtnChangeState, me, 'save:disabled'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user