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

View File

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