mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
🐛
This commit is contained in:
@ -25,7 +25,7 @@ export default function FieldTypeSelector(props: any) {
|
||||
onChange={(e: any) => {
|
||||
setSelectedFieldType(e);
|
||||
}}
|
||||
onMouseDown={(e) => {
|
||||
onMouseDown={(e: any) => {
|
||||
if (e.button === 0) props.setAdding(true);
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user