File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
</ div >
51
51
< div class ="sb-footer-left ">
52
52
< div class ="sb-footer-links ">
53
- < a href ="http ://ej2 .syncfusion.com/angular/documentation/ " target ="_blank ">
53
+ < a href ="https ://help .syncfusion.com/essential-js2 /angular/documentation/ " target ="_blank ">
54
54
< div class ="sb-footer-link "> Documentation</ div >
55
55
</ a >
56
- < a href ="https://www.syncfusion.com/forums/ " target ="_blank ">
56
+ < a href ="https://www.syncfusion.com/forums/essentialjs2 " target ="_blank ">
57
57
< div class ="sb-footer-link "> Forum</ div >
58
58
</ a >
59
59
< a href ="https://www.syncfusion.com/blogs/ " target ="_blank ">
Original file line number Diff line number Diff line change 87
87
< div class ="sb-footer ">
88
88
< div class ="sb-footer-left ">
89
89
< div class ="sb-footer-links ">
90
- < a href ="http ://ej2 .syncfusion.com/angular/documentation/ " target ="_blank ">
90
+ < a href ="https ://help .syncfusion.com/essential-js2 /angular/documentation/ " target ="_blank ">
91
91
< div class ="sb-footer-link "> Documentation</ div >
92
92
</ a >
93
- < a href ="https://www.syncfusion.com/forums/ " target ="_blank ">
93
+ < a href ="https://www.syncfusion.com/forums/essentialjs2 " target ="_blank ">
94
94
< div class ="sb-footer-link "> Forum</ div >
95
95
</ a >
96
96
< a href ="https://www.syncfusion.com/blogs/ " target ="_blank ">
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ export class SBController {
293
293
this . updateListViewDS ( ) ;
294
294
}
295
295
this . setScrollTop ( ) ;
296
- if ( this . prevSampleName !== this . sampleName || this . currentControl !== this . prevControl ) {
296
+ if ( this . prevSampleName !== this . sampleName || this . currentControl !== this . prevControlName ) {
297
297
this . updateDescription ( ) ;
298
298
}
299
299
} ) ;
You can’t perform that action at this time.
0 commit comments