Skip to content

Commit

Permalink
kie-issue#374: DMN Editor: user can not increase the number of added …
Browse files Browse the repository at this point in the history
…rows/columns quickly in nested expressions (#2021)
  • Loading branch information
danielzhe authored Oct 23, 2023
1 parent fe4f6ef commit 2e612da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ export function BeeTableContextMenuHandler({
min={1}
max={MAXIMUM_ROWS_COLUMNS_PER_INSERTION}
style={{ textAlign: "center" }}
onDoubleClick={(e) => e.stopPropagation()}
/>
);
}, [insertMultipleRowColumnsValue, onMinus, onChange, onPlus]);
Expand Down

0 comments on commit 2e612da

Please sign in to comment.