This commit is contained in:
hstyi
2025-01-23 14:47:39 +08:00
committed by GitHub
parent e2d77fe881
commit 7964950149

View File

@@ -1006,7 +1006,8 @@ open class HostOptionsPane : OptionsPane() {
val rows = table.selectedRows.sortedDescending()
if (rows.isEmpty()) return
for (row in rows) {
model.removeRow(row)
jumpHosts.removeAt(row)
model.fireTableRowsDeleted(row, row)
}
}
})