File tree Expand file tree Collapse file tree 2 files changed +51
-72
lines changed
src/vs/workbench/contrib/welcomeGettingStarted Expand file tree Collapse file tree 2 files changed +51
-72
lines changed Original file line number Diff line number Diff line change @@ -540,6 +540,7 @@ export class GettingStartedPage extends EditorPane {
540
540
541
541
const media = stepToExpand . media ;
542
542
const mediaElement = $ < HTMLImageElement > ( 'img' ) ;
543
+ clearNode ( this . stepMediaComponent ) ;
543
544
this . stepMediaComponent . appendChild ( mediaElement ) ;
544
545
mediaElement . setAttribute ( 'alt' , media . altText ) ;
545
546
this . updateMediaSourceForColorMode ( mediaElement , media . path ) ;
@@ -1162,6 +1163,10 @@ export class GettingStartedPage extends EditorPane {
1162
1163
this . container . classList . toggle ( 'height-constrained' , size . height <= 600 ) ;
1163
1164
this . container . classList . toggle ( 'width-constrained' , size . width <= 400 ) ;
1164
1165
this . container . classList . toggle ( 'width-semi-constrained' , size . width <= 800 ) ;
1166
+
1167
+ this . categoriesPageScrollbar ?. scanDomNode ( ) ;
1168
+ this . detailsPageScrollbar ?. scanDomNode ( ) ;
1169
+ this . detailsScrollbar ?. scanDomNode ( ) ;
1165
1170
}
1166
1171
1167
1172
private updateCategoryProgress ( ) {
You can’t perform that action at this time.
0 commit comments