mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
fix(TreeNode): stop keydown event propagation from content
This commit is contained in:
parent
f7531d5c67
commit
c817ed9e63
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<span :class="cx('nodeIcon')" v-bind="getPTOptions('nodeIcon')"></span>
|
||||
<span :class="cx('label')" v-bind="getPTOptions('label')">
|
||||
<span :class="cx('label')" v-bind="getPTOptions('label')" @keydown.stop>
|
||||
<component v-if="templates[node.type] || templates['default']" :is="templates[node.type] || templates['default']" :node="node" />
|
||||
<template v-else>{{ label(node) }}</template>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue