Merge branch 'MDL-61633-35' of https://github.com/lucisgit/moodle into MOODLE_35_STABLE
This commit is contained in:
+1
@@ -4576,6 +4576,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
@@ -4576,6 +4576,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);
|
||||
|
||||
@@ -1303,6 +1303,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