Fix pull down to refresh within editor
This commit is contained in:
parent
eb3978ea55
commit
670771e25e
@ -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
Block a user