diff --git a/packages/nc-gui/components/project/spreadsheet/components/editableCell/PercentCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/PercentCell.vue index 90bc0b023c..d19d4dc8b7 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editableCell/PercentCell.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editableCell/PercentCell.vue @@ -64,13 +64,7 @@ export default { return $listeners; }, }, - mounted() { - window.addEventListener('keypress', _ => { - if (this.$refs.percentInput) { - this.$refs.percentInput.focus(); - } - }); - }, + mounted() {}, methods: { checkPercentFormat(evt) { evt = evt || window.event;