Skip to content

Commit

Permalink
Merge pull request #4865 from maltedreschert/bugfix/4650
Browse files Browse the repository at this point in the history
Call finalizeCellEditing() before switching tokenTypes to make sure t…
  • Loading branch information
cwisniew authored Jul 23, 2024
2 parents daea942 + ce07604 commit 41a6d5f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@ public void initTypeList() {
getTokenTypeList().getSelectedValue() == null
? null
: getTokenTypeList().getSelectedValue().toString();

finalizeCellEditing();

if (propertyType == null) {
reset();
getPropertyAddButton().setEnabled(false);
Expand Down

0 comments on commit 41a6d5f

Please sign in to comment.