mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
fix: #112
This commit is contained in:
@@ -1006,7 +1006,8 @@ open class HostOptionsPane : OptionsPane() {
|
|||||||
val rows = table.selectedRows.sortedDescending()
|
val rows = table.selectedRows.sortedDescending()
|
||||||
if (rows.isEmpty()) return
|
if (rows.isEmpty()) return
|
||||||
for (row in rows) {
|
for (row in rows) {
|
||||||
model.removeRow(row)
|
jumpHosts.removeAt(row)
|
||||||
|
model.fireTableRowsDeleted(row, row)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user