MDL-44079 Javascript: EditPDF editor should be modal
This commit is contained in:
+1
@@ -3196,6 +3196,7 @@ EDITOR.prototype = {
|
||||
headerContent: this.get('header'),
|
||||
bodyContent: this.get('body'),
|
||||
footerContent: this.get('footer'),
|
||||
modal: true,
|
||||
width: '840px',
|
||||
visible: false,
|
||||
draggable: true
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
+1
@@ -3196,6 +3196,7 @@ EDITOR.prototype = {
|
||||
headerContent: this.get('header'),
|
||||
bodyContent: this.get('body'),
|
||||
footerContent: this.get('footer'),
|
||||
modal: true,
|
||||
width: '840px',
|
||||
visible: false,
|
||||
draggable: true
|
||||
|
||||
@@ -288,6 +288,7 @@ EDITOR.prototype = {
|
||||
headerContent: this.get('header'),
|
||||
bodyContent: this.get('body'),
|
||||
footerContent: this.get('footer'),
|
||||
modal: true,
|
||||
width: '840px',
|
||||
visible: false,
|
||||
draggable: true
|
||||
|
||||
Reference in New Issue
Block a user