Index: trunk/extensions/VisualEditor/modules/es/inspectors/es.LinkInspector.js |
— | — | @@ -78,7 +78,6 @@ |
79 | 79 | { 'type': 'link/internal', 'data': { 'title': title } } |
80 | 80 | ); |
81 | 81 | surfaceModel.transact( set ); |
82 | | - surfaceView.$input.focus(); |
83 | 82 | }; |
84 | 83 | |
85 | 84 | /* Inheritance */ |
Index: trunk/extensions/VisualEditor/modules/es/bases/es.Inspector.js |
— | — | @@ -49,6 +49,7 @@ |
50 | 50 | this.onClose(); |
51 | 51 | } |
52 | 52 | this.emit( 'close' ); |
| 53 | + surfaceView.$input.focus(); |
53 | 54 | }; |
54 | 55 | |
55 | 56 | /* Inheritance */ |