Skip to content

Commit a65010b

Browse files
committed
Updated event value
1 parent f3c8d43 commit a65010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/controls/eventHandlerControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ export const doubleClickEvent: EventConfigType = {
378378
};
379379
export const rightClickEvent: EventConfigType = {
380380
label: trans("event.rightClick"),
381-
value: "rightClick",
381+
value: "doubleClick",
382382
description: trans("event.rightClickDesc"),
383383
};
384384

0 commit comments

Comments
 (0)