File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var Subscriptions = (function () {
15
15
} ) ) ;
16
16
atom . workspace . observeTextEditors ( function ( editor ) {
17
17
_this . subscriptions . add ( editor . onDidSave ( function ( ) {
18
- if ( store . getState ( ) . window ) {
18
+ if ( store . getState ( ) . windowToggle ) {
19
19
store . dispatch ( actions_1 . tutorialBuild ( ) ) ;
20
20
store . dispatch ( actions_1 . tutorialLoad ( ) ) ;
21
21
}
Original file line number Diff line number Diff line change 22
22
},
23
23
"dependencies" : {
24
24
"atom-plugin-command-line" : " 1.0.2" ,
25
- "coderoad-cli" : " 0.6.0 " ,
25
+ "coderoad-cli" : " 0.7.1 " ,
26
26
"core-coderoad" : " 0.4.0" ,
27
27
"lodash.debounce" : " 4.0.6" ,
28
28
"material-ui" : " 0.15.0" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default class Subscriptions {
17
17
atom . workspace . observeTextEditors ( ( editor : AtomCore . IEditor ) => {
18
18
this . subscriptions . add (
19
19
editor . onDidSave ( ( ) => {
20
- if ( store . getState ( ) . window ) {
20
+ if ( store . getState ( ) . windowToggle ) {
21
21
store . dispatch ( tutorialBuild ( ) ) ;
22
22
store . dispatch ( tutorialLoad ( ) ) ;
23
23
}
You can’t perform that action at this time.
0 commit comments