Skip to content

Commit

Permalink
Version: 3.2.2 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0stkey committed Jun 19, 2024
1 parent e5f55b6 commit 3a8d9ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/hae/component/board/Datatable.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ public String getSelectedDataAtTable(JTable table) {

if (!selectData.isEmpty()) {
selectData.deleteCharAt(selectData.length() - 1);
} else {
return "";
}

return selectData.toString();
Expand Down

0 comments on commit 3a8d9ea

Please sign in to comment.