Fixes #1353 - Multiple sketches added to collection from quick add list
This commit is contained in:
parent
4d7b1ed113
commit
f93328db57
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ const QuickAddList = ({
|
|||
{...item}
|
||||
onSelect={
|
||||
(event) => {
|
||||
event.target.blur();
|
||||
event.stopPropagation();
|
||||
event.currentTarget.blur();
|
||||
handleAction(item);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue