Merge branch 'MDL-61633-36' of https://github.com/lucisgit/moodle into MOODLE_36_STABLE
This commit is contained in:
+1
@@ -4595,6 +4595,7 @@ EDITOR.prototype = {
|
||||
drawingcanvas.setStyle('backgroundImage', 'url("' + page.url + '")');
|
||||
drawingcanvas.setStyle('width', page.width + 'px');
|
||||
drawingcanvas.setStyle('height', page.height + 'px');
|
||||
drawingcanvas.scrollIntoView();
|
||||
|
||||
// Update page select.
|
||||
this.get_dialogue_element(SELECTOR.PAGESELECT).set('selectedIndex', this.currentpage);
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
@@ -4595,6 +4595,7 @@ EDITOR.prototype = {
|
||||
drawingcanvas.setStyle('backgroundImage', 'url("' + page.url + '")');
|
||||
drawingcanvas.setStyle('width', page.width + 'px');
|
||||
drawingcanvas.setStyle('height', page.height + 'px');
|
||||
drawingcanvas.scrollIntoView();
|
||||
|
||||
// Update page select.
|
||||
this.get_dialogue_element(SELECTOR.PAGESELECT).set('selectedIndex', this.currentpage);
|
||||
|
||||
@@ -1322,6 +1322,7 @@ EDITOR.prototype = {
|
||||
drawingcanvas.setStyle('backgroundImage', 'url("' + page.url + '")');
|
||||
drawingcanvas.setStyle('width', page.width + 'px');
|
||||
drawingcanvas.setStyle('height', page.height + 'px');
|
||||
drawingcanvas.scrollIntoView();
|
||||
|
||||
// Update page select.
|
||||
this.get_dialogue_element(SELECTOR.PAGESELECT).set('selectedIndex', this.currentpage);
|
||||
|
||||
Reference in New Issue
Block a user