We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a611152 commit 3ca7c84Copy full SHA for 3ca7c84
logic-editor/src/App.tsx
@@ -214,7 +214,6 @@ function AndNode({ data, id }: any) {
214
max={8}
215
value={inputs}
216
onChange={(e) => data.onChangeInputs(id, parseInt(e.target.value))}
217
- onMouseUp={(e) => {e.stopPropagation(); e.preventDefault()}}
218
className={`${inputClasses} w-8 ml-2`}
219
/>
220
</div>
0 commit comments