update shared dialogs
This commit is contained in:
parent
1190972d6c
commit
6e6017eeaf
16 changed files with 208 additions and 125 deletions
|
@ -118,7 +118,8 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
|
|||
dlg = dialogHelper.createDialog({
|
||||
exitAnimationDuration: options.interactive ? 400 : 800,
|
||||
size: 'fullscreen',
|
||||
autoFocus: false
|
||||
autoFocus: false,
|
||||
scrollY: false
|
||||
});
|
||||
|
||||
dlg.classList.add('slideshowDialog');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue