File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1919<g
2020 id ={endpoint .identifier }
2121 class =" endpoint"
22+ tabindex =" 0"
23+ role =" button"
2224 on:click ={click }
25+ on:keydown ={click }
2326 transform ="translate( {endpoint .x }, {endpoint .y })"
2427>
2528 <text x ="-6px" y ="1px" >{endpoint .name }</text >
Original file line number Diff line number Diff line change 2727 : " #interceptor" ;
2828 </script >
2929
30- <use {href } {x } {y } on:click ={click } />
30+ <use
31+ {href }
32+ {x }
33+ {y }
34+ on:click ={click }
35+ on:keydown ={click }
36+ tabindex =" 0"
37+ role =" button"
38+ />
Original file line number Diff line number Diff line change 5050 id ={service .name }
5151 class =" service"
5252 transform ="translate( {service .x }, {service .y })"
53+ role =" button"
54+ tabindex =" 0"
5355 on:click ={click }
56+ on:keydown ={click }
5457>
5558 <rect width ={service .w } height ={service .h } rx =" 4" />
5659 <text x ="8" y ="14" >{service .name }</text >
You can’t perform that action at this time.
0 commit comments