fix: stay in the same position after renaming or deleting (#3039)

This commit is contained in:
niubility000
2024-03-07 18:14:40 +08:00
committed by GitHub
parent e167c3e1ef
commit cdf8def330
5 changed files with 14 additions and 8 deletions

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>