Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
0140454 committed Oct 26, 2024
1 parent 5d61672 commit d7b21c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RequestPanelRaw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default defineComponent({
/* Events */
const onBlur = () => {
isEditing = false
if (rawRequestInput.value.$el?.offsetHeight) {
if (rawRequestInput.value?.$el?.offsetHeight) {
requestWatcher(props.modelValue)
}
}
Expand Down

0 comments on commit d7b21c6

Please sign in to comment.