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
406406 this . root = parent ;
407407
408408 const overlay = append ( this . root , $ ( '.overlay' ) ) ;
409-
410409 const overlayBackgroundColor = this . getColor ( SIDE_BAR_DRAG_AND_DROP_BACKGROUND ) ?? '' ;
411410 overlay . style . backgroundColor = overlayBackgroundColor ;
412411 hide ( overlay ) ;
@@ -438,8 +437,7 @@ export class ExtensionsViewPaneContainer extends ViewPaneContainer implements IE
438437 dismiss . style . textAlign = 'right' ;
439438 dismiss . style . cursor = 'pointer' ;
440439 dismiss . onclick = ( ) => {
441- // Eventually removes helperHeader from DOM
442- setTimeout ( ( ) => helperHeader . remove ( ) ) ;
440+ helperHeader . remove ( ) ;
443441 localStorage . setItem ( extensionHelperLocalStorageKey , 'viewed' ) ;
444442 } ;
445443 }
You can’t perform that action at this time.
0 commit comments