Skip to content

Commit

Permalink
fix error with trix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmonat committed Nov 13, 2018
1 parent 04856d9 commit b045837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@keydown.tab="handleTab"
></textarea>

<div v-if="!field.singleField && field.trix" class="mt-4">
<div v-if="!field.singleField && field.trix" @keydown.stop class="mt-4">
<trix
ref="field"
name="trixman"
Expand Down

0 comments on commit b045837

Please sign in to comment.