Skip to content

Commit

Permalink
fix: solve escape key closing the editor issue
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud authored and juliusknorr committed Sep 22, 2022
1 parent 53f1301 commit 99d3462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->

<template>
<div data-text-el="editor-container" class="text-editor">
<div data-text-el="editor-container" class="text-editor" @keydown.esc.stop.prevent="() => {}">
<DocumentStatus v-if="displayed"
:idle="idle"
:lock="lock"
Expand Down

0 comments on commit 99d3462

Please sign in to comment.