mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
🐛 Prevent clicks bubbling to main view (#2580)
This commit is contained in:
parent
e505eea1bd
commit
df1a0f3c44
|
@ -11,7 +11,9 @@
|
||||||
<slot name="header" />
|
<slot name="header" />
|
||||||
</template>
|
</template>
|
||||||
<template>
|
<template>
|
||||||
<slot name="content"/>
|
<span @keydown.stop>
|
||||||
|
<slot name="content"/>
|
||||||
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue