fix: freezing the listing when preview or edit Editor.vue
This commit is contained in:
parent
666a72ca55
commit
88b463c665
@ -1,5 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="editor-container">
|
<div
|
||||||
|
id="editor-container"
|
||||||
|
@touchmove.prevent.stop
|
||||||
|
@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>{{ req.name }}</title>
|
<title>{{ req.name }}</title>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user