From 55797d1e9785814c7ed6c309dad4e26fb28627cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 24 Aug 2022 11:09:20 +0200 Subject: [PATCH] Allow opening files outside of the file system in viewer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/ViewerComponent.vue | 40 +++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/src/components/ViewerComponent.vue b/src/components/ViewerComponent.vue index 6ddb359ae4f..19621f73703 100644 --- a/src/components/ViewerComponent.vue +++ b/src/components/ViewerComponent.vue @@ -21,21 +21,29 @@ -->