Skip to content

Commit

Permalink
chore: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 24, 2024
1 parent ec55308 commit 393b351
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/components/Evaluator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ export const Evaluator: Action<HTMLDivElement, EvaluatorProps> = (node, props) =
}

function handleValueDoubleClick(event: MouseEvent) {
if (!props) {
return
}

if (!props.readOnly) {
event.preventDefault()
event.stopPropagation()
Expand Down

0 comments on commit 393b351

Please sign in to comment.