ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

fix(ts): fix types for ember-tr onClick and onDoubleClick

Open lukasnys opened this issue 1 year ago • 0 comments

While using the @onClick argument on a EmberTr component, I noticed the value I was getting back didn't match its type.

I based the type off of the implementation of the click and doubleClick function here: https://github.com/Addepar/ember-table/blob/393d36f22fce0c513133d1c165a54332490d4fcc/addon/components/ember-tr/component.js#L97-L131

lukasnys avatar Jul 31 '24 13:07 lukasnys