mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'MDL-45682-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
6ca4f19a9f
@ -1056,7 +1056,9 @@ EditorSelection.prototype = {
|
||||
* @method saveSelection
|
||||
*/
|
||||
saveSelection: function() {
|
||||
this._selections = this.getSelection();
|
||||
if (this.isActive()) {
|
||||
this._selections = this.getSelection();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
File diff suppressed because one or more lines are too long
@ -1051,7 +1051,9 @@ EditorSelection.prototype = {
|
||||
* @method saveSelection
|
||||
*/
|
||||
saveSelection: function() {
|
||||
this._selections = this.getSelection();
|
||||
if (this.isActive()) {
|
||||
this._selections = this.getSelection();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -153,7 +153,9 @@ EditorSelection.prototype = {
|
||||
* @method saveSelection
|
||||
*/
|
||||
saveSelection: function() {
|
||||
this._selections = this.getSelection();
|
||||
if (this.isActive()) {
|
||||
this._selections = this.getSelection();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user