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",