mirror of https://github.com/apache/druid.git
parent
c9faf3e148
commit
e506fc9fdf
|
@ -93,8 +93,6 @@ export class QueryInput extends React.PureComponent<QueryInputProps, QueryInputS
|
|||
completer: {
|
||||
insertMatch: (editor: any, data: any) => {
|
||||
editor.completer.insertMatch({ value: data.caption });
|
||||
const pos = editor.getCursorPosition();
|
||||
editor.gotoLine(pos.row + 1, pos.column - 1);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue