Skip to content

Commit

Permalink
remove change event when adding text options
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <github@dartcafe.de>
  • Loading branch information
dartcafe committed Aug 11, 2024
1 parent 0b498a5 commit c76efb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Options/OptionsTextAdd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
<InputDiv v-model="newPollText"
:placeholder="props.placeholder"
submit
@submit="addOption()"
@change="addOption()" />
@submit="addOption()" />
</template>

<style lang="scss">
Expand Down

0 comments on commit c76efb8

Please sign in to comment.