smithy icon indicating copy to clipboard operation
smithy copied to clipboard

Bug: Cannot click on SVG

Open fxdave opened this issue 3 years ago • 1 comments

<svg on_click={|_| panic!("Oh yes")}>
   // ....
</svg>

Actual behavior: It doesn't panic

Expected behavior: It panics

fxdave avatar Mar 19 '21 23:03 fxdave