File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class InputMethod extends Clutter.InputMethod {
27
27
this . _sourceChangedId = this . _inputSourceManager . connect ( 'current-source-changed' ,
28
28
this . _onSourceChanged . bind ( this ) ) ;
29
29
this . _currentSource = this . _inputSourceManager . currentSource ;
30
-
30
+ this . _currentSource . activate ( true ) ;
31
31
if ( this . _ibus . is_connected ( ) )
32
32
this . _onConnected ( ) ;
33
33
}
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ var ModalDialog = GObject.registerClass({
72
72
y : 0 ,
73
73
accessible_role : Atk . Role . DIALOG ,
74
74
} ) ;
75
- global . log ( "REACT" , Main . virtualKeyboardManager . visible ) ;
75
+
76
76
params = Params . parse ( params , {
77
77
cinnamonReactive : Main . virtualKeyboardManager . visible ,
78
78
styleClass : null ,
You can’t perform that action at this time.
0 commit comments