fix: graphql operation highlight on focus changed (#3297)
This commit is contained in:
parent
4adac4af38
commit
8499ac7fec
1 changed files with 0 additions and 2 deletions
|
|
@ -144,8 +144,6 @@ const selectedOperation = ref<gql.OperationDefinitionNode | null>(null)
|
|||
const gqlQueryString = useVModel(props, "modelValue", emit)
|
||||
|
||||
const debouncedOnUpdateQueryState = debounce((update: ViewUpdate) => {
|
||||
if (!update.selectionSet) return
|
||||
|
||||
const selectedPos = update.state.selection.main.head
|
||||
const queryString = update.state.doc.toJSON().join(update.state.lineBreak)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue