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:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="viewer" @keyup.esc="onClose">
|
||||
<div class="viewer">
|
||||
<TextEditor ref="textEditor"
|
||||
v-show="active === 'textEditor'"
|
||||
:save-handler="saveHandler"
|
||||
|
||||
Reference in New Issue
Block a user