-
Bug
-
Resolution: Fixed
-
Critical
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
-
MDL-44834-master -
-
FRONTEND Sprint 11
To reproduce, add this to the initializer function of any plugin.
this.get('host').on('atto:selectionchanged', function() {
|
console.log(this.editor.get('id'));
|
}
|
, this);
|
Each editor receives the event triggered from one.