mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 13:50:46 +08:00
[plugins] fix plugins default 'docked' side value
This commit is contained in:
committed by
Maxim Kadushkin
parent
dfaf2adc68
commit
eddfe9f9db
@ -1223,7 +1223,7 @@ define([
|
||||
help && window.open(help, '_blank');
|
||||
},
|
||||
'docked': function(frameId){
|
||||
const docked_place = isPanel ? variation.type : !!variation.dockedPlace ? variation.dockedPlace : 'panelRight';
|
||||
const docked_place = isPanel ? variation.type : !!variation.dockedPlace ? variation.dockedPlace : 'panel';
|
||||
me.api.asc_pluginButtonDockChanged(docked_place, variation.guid, frameId, function(){
|
||||
setTimeout(function () {
|
||||
me.customPluginsDlg[frameId].close();
|
||||
|
||||
Reference in New Issue
Block a user