mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 07:36:14 +00:00
fix: add mouseup
This commit is contained in:
parent
2736db92e0
commit
a82d9f0570
@ -29,7 +29,7 @@ limitations under the License. -->
|
||||
</div>
|
||||
<div class="trace flex-h">
|
||||
<TraceList class="trace-list" :style="`width: ${currentWidth}px;`" />
|
||||
<div @mouseover="showIcon = true" @mouseout="showIcon = false">
|
||||
<div @mouseover="showIcon = true" @mouseout="showIcon = false" @mouseup="showIcon = false">
|
||||
<div class="trace-line" />
|
||||
<span class="trace-icon" v-show="showIcon" @click="triggerArrow">
|
||||
<Icon class="trace-arrow" :icon-name="isLeft ? 'chevron-left' : 'chevron-right'" size="lg" />
|
||||
|
Loading…
Reference in New Issue
Block a user