Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat: restore event handler on image built-in (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and marionebl committed Jun 17, 2018
1 parent 100b3fc commit 4915e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preview/preview-renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const SYNTHETICS = {
props.src ? (
<img
src={props.src}
onClick={props.onClick}
style={{
width: props.width,
height: props.height,
Expand Down

0 comments on commit 4915e8b

Please sign in to comment.