Skip to content

Commit 3ca7c84

Browse files
committed
Update App.tsx
1 parent a611152 commit 3ca7c84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

logic-editor/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ function AndNode({ data, id }: any) {
214214
max={8}
215215
value={inputs}
216216
onChange={(e) => data.onChangeInputs(id, parseInt(e.target.value))}
217-
onMouseUp={(e) => {e.stopPropagation(); e.preventDefault()}}
218217
className={`${inputClasses} w-8 ml-2`}
219218
/>
220219
</div>

0 commit comments

Comments
 (0)