diff --git a/lib/js/components/PopOver/PopOver.consts.ts b/lib/js/components/PopOver/PopOver.consts.ts index d5d69a319..51af3d398 100644 --- a/lib/js/components/PopOver/PopOver.consts.ts +++ b/lib/js/components/PopOver/PopOver.consts.ts @@ -6,6 +6,7 @@ export const POP_OVER_COLORS = { export const POP_OVER_TRIGGER_ACTIONS = { CLICK: 'click', HOVER: 'hover', + NONE: 'none', } as const; export const POP_OVER_PLACEMENTS = { diff --git a/lib/js/components/PopOver/PopOver.vue b/lib/js/components/PopOver/PopOver.vue index 0ddde50a6..9d56b2392 100644 --- a/lib/js/components/PopOver/PopOver.vue +++ b/lib/js/components/PopOver/PopOver.vue @@ -1,48 +1,54 @@