chore: Hide the variable list if its empty. (#8704)
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<mention-box
|
<mention-box
|
||||||
|
v-if="items.length"
|
||||||
type="variable"
|
type="variable"
|
||||||
:items="items"
|
:items="items"
|
||||||
@mention-select="handleVariableClick"
|
@mention-select="handleVariableClick"
|
||||||
|
|||||||
Reference in New Issue
Block a user