Fix pull down to refresh within editor

This commit is contained in:
Daniel 2024-06-11 07:12:06 -04:00 committed by GitHub
parent eb3978ea55
commit 670771e25e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>