From a8f392d1a45d558566dd64ccecb960311e49a50b Mon Sep 17 00:00:00 2001 From: Birm Date: Wed, 20 Sep 2023 11:06:28 -0400 Subject: [PATCH] change open to select rois --- apps/labeling/pitfalls.js | 1 - apps/labeling/pitfallsTable.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/labeling/pitfalls.js b/apps/labeling/pitfalls.js index 3e3b97981..3c9be1572 100644 --- a/apps/labeling/pitfalls.js +++ b/apps/labeling/pitfalls.js @@ -1431,7 +1431,6 @@ function addAnnot(e) { height: 2*halfHeight, style: {color: '#fcb000'}, }; - // todo, saving an roi should change its color before writing. label = annot; $D.activeROI = annot; const item = {}; diff --git a/apps/labeling/pitfallsTable.html b/apps/labeling/pitfallsTable.html index 151a4a285..b3333a3cc 100644 --- a/apps/labeling/pitfallsTable.html +++ b/apps/labeling/pitfallsTable.html @@ -391,7 +391,7 @@ rs.push(slide[key]); } }); - const btn = `   `; + const btn = `   `; rs.push(btn); return rs; })