fix: pull down to refresh within editor (#3378)

Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
This commit is contained in:
Daniel 2024-07-30 16:14:41 -04:00 committed by GitHub
parent 7be5644952
commit 21783ed91a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<div id="editor-container" @touchmove.prevent.stop @wheel.prevent.stop> <div id="editor-container" @wheel.prevent.stop>
<header-bar> <header-bar>
<action icon="close" :label="t('buttons.close')" @action="close()" /> <action icon="close" :label="t('buttons.close')" @action="close()" />
<title>{{ fileStore.req?.name ?? "" }}</title> <title>{{ fileStore.req?.name ?? "" }}</title>