🐛 Fix bug that it overwrote default functionality in some input-fields

This commit is contained in:
Jan Oberhauser
2019-07-11 12:58:07 +02:00
parent 97fea59387
commit 71ca59e3a8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<div ref="expression-editor" :style="editorStyle" @keydown.stop></div>
<div ref="expression-editor" :style="editorStyle" class="ignore-key-press" @keydown.stop></div>
</div>
</template>