fix: errors on opening json outline (#2847)

This commit is contained in:
Akash K
2022-11-01 03:58:31 +05:30
committed by GitHub
parent c018b639ad
commit 53938248de

View File

@@ -100,7 +100,7 @@
interactive
trigger="click"
theme="popover"
:on-shown="() => tippyActions.focus()"
:on-shown="() => tippyActions[index].focus()"
>
<div v-if="item.kind === 'RootObject'" class="outline-item">{}</div>
<div v-if="item.kind === 'RootArray'" class="outline-item">[]</div>