Skip to content

Commit

Permalink
Merge pull request #23 from advoor/prevent-keyboard-conflicts
Browse files Browse the repository at this point in the history
Pevent keybaord conflicts
  • Loading branch information
advoor authored Sep 16, 2019
2 parents 06a92ef + c563900 commit c5825ea
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
@@ -1,5 +1,5 @@
<template>
<default-field :field="field" :errors="errors" :fullWidthContent="true">
<default-field @keydown.native.stop :field="field" :errors="errors" :fullWidthContent="true">
<template slot="field">
<div :id="'editor-js-' + this.field.attribute" class="editor-js"></div>
</template>
Expand Down

0 comments on commit c5825ea

Please sign in to comment.