mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
fix keyboard issues in editable dropdown (#1600)
This commit is contained in:
@@ -248,7 +248,8 @@ export class ContextView {
|
||||
this.$view.hide();
|
||||
}
|
||||
|
||||
private isVisible(): boolean {
|
||||
// {{SQL CARBON EDIT}}
|
||||
public isVisible(): boolean {
|
||||
return !!this.delegate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user