fix keyboard issues in editable dropdown (#1600)

This commit is contained in:
Abbie Petchtes
2018-06-11 09:28:27 -07:00
committed by GitHub
parent eb62d054de
commit e50b512580
3 changed files with 36 additions and 15 deletions

View File

@@ -248,7 +248,8 @@ export class ContextView {
this.$view.hide();
}
private isVisible(): boolean {
// {{SQL CARBON EDIT}}
public isVisible(): boolean {
return !!this.delegate;
}