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