Remove @mouseleave (#2774)
This commit is contained in:
committed by
GitHub
parent
bebc4b922e
commit
3ed4bd3f0d
@@ -1,7 +1,7 @@
|
||||
<!-- eslint-disable vuejs-accessibility/no-static-element-interactions -->
|
||||
<!-- eslint-disable vuejs-accessibility/mouse-events-have-key-events -->
|
||||
<template>
|
||||
<div class="space-y-4 relative" @mouseleave="showActionsMenu = false">
|
||||
<div class="space-y-4 relative">
|
||||
<div
|
||||
v-if="itemType !== StructureItemType.ModelWithOnlySubmodels"
|
||||
class="group relative bg-foundation w-full p-2 flex flex-row rounded-md transition-all border border-outline-3 items-stretch"
|
||||
|
||||
Reference in New Issue
Block a user