From e0046c6aa8148ccec6505b1677a4fdb3ad317aa8 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 28 Feb 2025 23:48:13 +0100 Subject: [PATCH] MINOR,HELPER: added default compel groups --- src/context.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/context.js b/src/context.js index ce5baee..0d7bf33 100644 --- a/src/context.js +++ b/src/context.js @@ -197,8 +197,8 @@ const CommonCompelGroups = Object.freeze({ OVERFLOWING: "overflowing", HIDDEN_ON_START: "hidden_on_start", - IS_CONTEXT_MENU: "contextmenu", - HAS_CONTEXT_MENU: "contextmenu", + IS_CONTEXT_MENU: "is_contextmenu", + HAS_CONTEXT_MENU: "has_contextmenu", DRAGGABLE: "draggable", HAS_DRAG_EVENT: "has_drag",