mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Merge "Actually fix bug 47793 for Opera for real this time"
This commit is contained in:
commit
3904915b7a
|
@ -60,7 +60,7 @@ ve.ce.Surface = function VeCeSurface( model, surface, options ) {
|
|||
$documentNode.on( 'focus', 'a', function () {
|
||||
// Opera triggers 'blur' on document node before any link is
|
||||
// focused and we don't want that
|
||||
$documentNode[0].focus();
|
||||
$documentNode.focus();
|
||||
} );
|
||||
|
||||
this.$.on( {
|
||||
|
|
Loading…
Reference in a new issue