File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 5858 "webpack-log" : " ^3.0.1"
5959 },
6060 "dependencies" : {
61- "@cocreate/actions" : " ^1.18.4 " ,
62- "@cocreate/crud-client" : " ^1.33.11 " ,
63- "@cocreate/element-prototype" : " ^1.23 .0" ,
64- "@cocreate/filter" : " ^1.15 .1" ,
65- "@cocreate/observer" : " ^1.16.3 " ,
66- "@cocreate/render" : " ^1.41.3 " ,
67- "@cocreate/utils" : " ^1.34.1 "
61+ "@cocreate/actions" : " ^1.21.0 " ,
62+ "@cocreate/crud-client" : " ^1.34.1 " ,
63+ "@cocreate/element-prototype" : " ^1.29 .0" ,
64+ "@cocreate/filter" : " ^1.33 .1" ,
65+ "@cocreate/observer" : " ^1.18.0 " ,
66+ "@cocreate/render" : " ^1.45.1 " ,
67+ "@cocreate/utils" : " ^1.38.0 "
6868 }
69- }
69+ }
Original file line number Diff line number Diff line change @@ -1310,6 +1310,9 @@ function initSocket() {
13101310 if ( data . rendered ) return ;
13111311
13121312 data . rendered = true ;
1313+ if ( data && data . key === "answers" ) {
1314+ console . log ( "test" ) ;
1315+ }
13131316
13141317 setData ( null , data ) ;
13151318 } ) ;
You can’t perform that action at this time.
0 commit comments