feat: context menu for secondary actions in collection, environment and team components - #2005
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div class="border border-divider rounded flex flex-col flex-1">
|
||||
<div
|
||||
class="border border-divider rounded flex flex-col flex-1"
|
||||
@contextmenu.prevent="!compact ? $refs.options.tippy().show() : null"
|
||||
>
|
||||
<div
|
||||
class="flex flex-1 items-start"
|
||||
:class="
|
||||
|
||||
Reference in New Issue
Block a user