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" />
|
||||
</template>
|
||||
<template>
|
||||
<span @keydown.stop>
|
||||
<slot name="content"/>
|
||||
</span>
|
||||
</template>
|
||||
</el-drawer>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue