Skip to content

Commit

Permalink
fix: should not focus query input when result type is not TEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Nov 19, 2023
1 parent 6897a78 commit 46c1da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/heapdump/Query.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ const tableProps = ref({
}
pushHistory(query.value.trim());
processing.value = false;
input.value.focus();
return r.pv;
},
paged: true
Expand Down

0 comments on commit 46c1da5

Please sign in to comment.