There was an error while loading. Please reload this page.
1 parent 7aa307a commit 21b76e8Copy full SHA for 21b76e8
1 file changed
src/shared/components/ncTable/partials/RichEditor.vue
@@ -5,7 +5,7 @@
5
<template>
6
<div ref="editingContainer"
7
class="rich-editor-edit-mode"
8
- @keydown.escape.prevent="canceEdit">
+ @keydown.escape.prevent="cancelEdit">
9
<NcEditor
10
:can-edit="true"
11
:text.sync="localValue"
@@ -105,7 +105,7 @@ export default {
105
return this.localValue
106
},
107
108
- canceEdit() {
+ cancelEdit() {
109
this.$emit('cancel')
110
111
0 commit comments