We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a950c commit 4368ecaCopy full SHA for 4368eca
1 file changed
src/components/OpenWithButton.js
@@ -10,7 +10,6 @@ const OpenWithButton = ({ text }) => {
10
<a
11
href={`pde://sketch/base64/${btoa(text)}`}
12
type="button"
13
- onClick={openWithProcessing}
14
className={classnames(css.root)}
15
>
16
<ProcessingIcon /> {'Open With Processing'}
0 commit comments