mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[DE] Call sdk method when started filling
This commit is contained in:
@ -1946,7 +1946,8 @@ define([
|
||||
|
||||
onStartFilling: function(disconnect) {
|
||||
this._isFillInitiator = true;
|
||||
disconnect ? this.api.asc_DisconnectEveryone() : this.onDisconnectEveryone();
|
||||
this.api.asc_CompletePreparingOForm(!!disconnect);
|
||||
!disconnect && this.onDisconnectEveryone(); // disable editing only for current user
|
||||
},
|
||||
|
||||
onDisconnectEveryone: function() {
|
||||
|
||||
Reference in New Issue
Block a user