Skip to content

Commit

Permalink
Minor clean
Browse files Browse the repository at this point in the history
  • Loading branch information
milandomazet committed Sep 2, 2024
1 parent ba03776 commit ee8802d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/roi/ROIMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ class ROIMenu {
label: 'Delete',
click: () => {
roiSet.removeFeature(feature)
this.browser.roiManager.deleteRegionWithKey(regionElement.dataset.region, this.browser.columnContainer)
this.browser.roiManager.repaintTable()
roiManager.deleteRegionWithKey(regionElement.dataset.region, columnContainer)
roiManager.repaintTable()
}
}
)
Expand Down

0 comments on commit ee8802d

Please sign in to comment.