mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[common] Set autoPosOnResize prop for protecred file dialog
This commit is contained in:
@ -1010,6 +1010,7 @@ define([
|
||||
warningMsg: advOptions,
|
||||
validatePwd: !!me._isDRM,
|
||||
iconType: 'svg',
|
||||
autoPosOnResize : 'center',
|
||||
handler: function (result, value) {
|
||||
me.isShowOpenDialog = false;
|
||||
if (result == 'ok') {
|
||||
|
||||
Reference in New Issue
Block a user