problem: merits and satflow graph doesn't highlight on hover

solution: trigger the `toggleDataPointSelection` method when the table row is hovered

resolve https://github.com/nostrocket/hypergolic/issues/76
This commit is contained in:
Bob
2024-08-20 17:26:37 +08:00
parent 2a1a523a60
commit f139ec8d39
3 changed files with 41 additions and 19 deletions

View File

@@ -18,6 +18,8 @@
{...$$restProps}
on:click
on:keydown
on:mouseenter
on:mouseleave
>
<slot />
</tr>