File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed
components/components-generic/commands Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ function(el) {
66 }
77 simplyApp . commands . codeMirrorInit ( ) ;
88 simplyApp . commands . autoRunTests ( ) ;
9+ simplyApp . commands . autoRunPreviews ( ) ;
910}
Original file line number Diff line number Diff line change @@ -42,10 +42,5 @@ function(params) {
4242 editor . pageData . parts = parts ;
4343 editor . pageData . count = count ;
4444 editor . pageData . page = "Edit component" ;
45- } )
46- . then ( function ( ) {
47- setTimeout ( function ( ) { // FIXME: Wait for the CSS to be available;
48- simplyApp . commands . autoRunPreviews ( ) ;
49- } , 1000 ) ;
5045 } ) ;
5146}
Original file line number Diff line number Diff line change @@ -42,10 +42,5 @@ function(params) {
4242 editor . pageData . parts = parts ;
4343 editor . pageData . count = count ;
4444 editor . pageData . page = "Edit page" ;
45- } )
46- . then ( function ( ) {
47- setTimeout ( function ( ) { // FIXME: Wait for the CSS to be available;
48- simplyApp . commands . autoRunPreviews ( ) ;
49- } , 1000 ) ;
5045 } ) ;
5146}
You can’t perform that action at this time.
0 commit comments