File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
lib/vscode/src/vs/workbench/contrib/extensions/browser Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,6 @@ export class ExtensionsViewPaneContainer extends ViewPaneContainer implements IE
406
406
this . root = parent ;
407
407
408
408
const overlay = append ( this . root , $ ( '.overlay' ) ) ;
409
-
410
409
const overlayBackgroundColor = this . getColor ( SIDE_BAR_DRAG_AND_DROP_BACKGROUND ) ?? '' ;
411
410
overlay . style . backgroundColor = overlayBackgroundColor ;
412
411
hide ( overlay ) ;
@@ -438,8 +437,7 @@ export class ExtensionsViewPaneContainer extends ViewPaneContainer implements IE
438
437
dismiss . style . textAlign = 'right' ;
439
438
dismiss . style . cursor = 'pointer' ;
440
439
dismiss . onclick = ( ) => {
441
- // Eventually removes helperHeader from DOM
442
- setTimeout ( ( ) => helperHeader . remove ( ) ) ;
440
+ helperHeader . remove ( ) ;
443
441
localStorage . setItem ( extensionHelperLocalStorageKey , 'viewed' ) ;
444
442
} ;
445
443
}
You can’t perform that action at this time.
0 commit comments