fix: pull down to refresh within editor (#3378)
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
This commit is contained in:
parent
7be5644952
commit
21783ed91a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue