@@ -21,7 +21,9 @@
<template v-for="item in options" :key="item.key">
<SelectOptGroup v-if="item.options.length" class="group-item" :key="item.key">
<template #label>
- <span class="group-item-title">{{ item.name }}</span>
+ <div :title="item.name">
+ <span class="group-item-title">{{ item.name }}</span>
+ </div>
</template>
<SelectOption
v-for="(option, ndx) in item.options"
@@ -47,6 +47,7 @@ export const flyTagging = (tagging: Tagging, callback?: () => void) => {
};
flyIndex(0);
stopFly = () => {
+ console.log('stopstop')
clearTimeout(timeout)
isStop = true;
stopFly = null;
@@ -8,7 +8,7 @@
<img :src="getResources(getFileUrl(findImage))" v-if="findImage" />
<div>
<Popover>
- <template #content>
+ <template #content v-if="!search">
<p style="max-width: 300px">{{ tagging.title }}</p>
<p>{{ tagging.title }}</p>