We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c8d43 commit a65010bCopy full SHA for a65010b
client/packages/lowcoder/src/comps/controls/eventHandlerControl.tsx
@@ -378,7 +378,7 @@ export const doubleClickEvent: EventConfigType = {
378
};
379
export const rightClickEvent: EventConfigType = {
380
label: trans("event.rightClick"),
381
- value: "rightClick",
+ value: "doubleClick",
382
description: trans("event.rightClickDesc"),
383
384
0 commit comments