filemanager: Do not attach a generic esc handler for viewer exit

This intereferes too much with the text editor.
image viewer already handles this internally
This commit is contained in:
Johannes Zellner
2023-08-25 13:59:03 +02:00
parent 9c3173e8ef
commit 27dd54dbeb
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="viewer" @keyup.esc="onClose">
<div class="viewer">
<TextEditor ref="textEditor"
v-show="active === 'textEditor'"
:save-handler="saveHandler"