Skip to content

Commit

Permalink
fix issue with proto parsing item from previous method
Browse files Browse the repository at this point in the history
  • Loading branch information
rogchap committed Nov 20, 2020
1 parent 7540ffc commit 2801231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/InputPane.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}
wails.Events.On("wombat:method_input_changed", async data => {
reset();
if (!data) {
return
}
Expand Down

0 comments on commit 2801231

Please sign in to comment.