Skip to content

Commit

Permalink
Change name for a new property in DragDropAllowEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Jul 4, 2024
1 parent c6c8b19 commit 32a3753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/survey-events-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ export interface DragDropAllowEvent {
* A Boolean property that you can set to `false` if you want to cancel the drag and drop operation.
*/
allow: boolean;
allowMultipleElementsInRow?: boolean;
allowDropNextToAnother?: boolean;
/**
* Obsolete. Use `options.draggedElement` instead.
*/
Expand Down

0 comments on commit 32a3753

Please sign in to comment.