Index: trunk/parsers/wikidom/lib/es/es.Surface.js |
— | — | @@ -54,8 +54,11 @@ |
55 | 55 | this.$input = $( '<input/>' ); |
56 | 56 | this.$.before( this.$input ); |
57 | 57 | this.$input.bind({ |
58 | | - 'keydown' : function(e) { |
| 58 | + 'keydown' : function( e ) { |
59 | 59 | return surface.onKeyDown( e ); |
| 60 | + }, |
| 61 | + 'blur': function( e ) { |
| 62 | + surface.cursor.hide(); |
60 | 63 | } |
61 | 64 | }); |
62 | 65 | } |