Skip to content

Commit 38a2575

Browse files
committed
Refresh table before add
1 parent 97f3892 commit 38a2575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BookmarkMenu.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class BookmarkMenu(private val table: BookmarksPanel) : IContextMenuFactory {
99
val bookmarkButton = JMenuItem("Add bookmark(s) [^]")
1010
bookmarkButton.addActionListener {
1111
if (requests != null) {
12+
table.model.refreshBookmarks()
1213
table.addBookmark(requests)
1314
}
1415
}

0 commit comments

Comments
 (0)