mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
This commit is contained in:
committed by
GitHub
parent
5399233b88
commit
faadee87a5
@@ -173,6 +173,11 @@ export class ContextView {
|
||||
}
|
||||
|
||||
private doLayout(): void {
|
||||
// Check that we still have a delegate - this.delegate.layout may have hidden
|
||||
if (!this.isVisible()) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Get anchor
|
||||
let anchor = this.delegate.getAnchor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user