Skip to content

Commit

Permalink
CmkCheckbox: add TODO for GraphDesignerApp as development is currentl…
Browse files Browse the repository at this point in the history
…y paused

Change-Id: Iaba64674f746374a5c7a6f5417c4bd3bab5407ff
  • Loading branch information
BenediktSeidl committed Nov 13, 2024
1 parent 5186c48 commit abf3fde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ function dragElement(event: DragEvent) {
>
<td class="narrow nowrap">{{ graphLine.id }}</td>
<td class="buttons">
<!-- TODO: use CmkCheckbox building block, see FormCheckboxListChoice how to utilize events!-->
<input
:id="graphLine.id.toString()"
v-model="selectedGraphLines"
Expand Down

0 comments on commit abf3fde

Please sign in to comment.