Skip to content

Commit

Permalink
found a bug with selecting the name cell in the parameter table
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Feb 7, 2025
1 parent bd39496 commit 0f23912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/node_parameter_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h5 class="bottomWindowHeader">Fields Table: </h5>
</td>
<!-- /ko -->
<!-- ko if: ParameterTable.getActiveColumnVisibility().displayText() -->
<td class='columnCell column_DisplayText' data-bind=" css: { selectedTableParameter: ParameterTable.isSelected('displayText', $data) }, eagleTooltip:description, click: function(){Utils.showField($root, nodeId(), $data)}">
<td class='columnCell column_DisplayText' data-bind=" css: { selectedTableParameter: ParameterTable.isSelected('displayText', $data) }, eagleTooltip:description">
<input class="tableParameter selectionTargets tableFieldDisplayName" placeholder="New Parameter" type="string" data-bind="value: displayText, disabled: ParameterTable.getNodeLockedState($data), valueUpdate: ['afterkeydown', 'input'], click: function(event, data){ParameterTable.select($data.displayText(), 'displayText', $data, $index())}, event:{blur: function(){$(event.target).removeClass('newEmpty')} ,keyup: function(event, data){ParameterTable.select($data.displayText(), 'displayText', $data, $index())}}">
<!-- ko if: Eagle.selectedLocation() === Eagle.FileType.Graph -->
<!-- ko ifnot: $root.logicalGraph().getActiveGraphConfig()?.hasField($data) -->
Expand Down

0 comments on commit 0f23912

Please sign in to comment.