|
@@ -121,6 +121,7 @@
|
|
|
setup(props, { emit }) {
|
|
setup(props, { emit }) {
|
|
|
const {
|
|
const {
|
|
|
id,
|
|
id,
|
|
|
|
|
+ sqlAnalyzerProvider,
|
|
|
sqlReferenceProvider,
|
|
sqlReferenceProvider,
|
|
|
executor,
|
|
executor,
|
|
|
initialCursorPosition,
|
|
initialCursorPosition,
|
|
@@ -514,7 +515,7 @@
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
if ((<hueWindow>window).ENABLE_PREDICT) {
|
|
if ((<hueWindow>window).ENABLE_PREDICT) {
|
|
|
- attachPredictTypeahead(editor, executor.value.connector(), this.sqlAnalyzerProvider);
|
|
|
|
|
|
|
+ attachPredictTypeahead(editor, executor.value.connector(), sqlAnalyzerProvider);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
let placeholderVisible = false;
|
|
let placeholderVisible = false;
|