fix: freezing the listing when preview or edit Editor.vue

This commit is contained in:
niubility000 2024-02-24 17:22:17 +08:00 committed by GitHub
parent 666a72ca55
commit 88b463c665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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