Skip to content

Commit 4368eca

Browse files
committed
bugfix
1 parent e6a950c commit 4368eca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/OpenWithButton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const OpenWithButton = ({ text }) => {
1010
<a
1111
href={`pde://sketch/base64/${btoa(text)}`}
1212
type="button"
13-
onClick={openWithProcessing}
1413
className={classnames(css.root)}
1514
>
1615
<ProcessingIcon /> {'Open With Processing'}

0 commit comments

Comments
 (0)