Skip to content

Commit b0b9610

Browse files
committed
add another todo
1 parent f72cf34 commit b0b9610

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wwwroot/js/genpage/gentab/outputhistory.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ function buttonsForImage(fullsrc, src, metadata, isCurrentImage = false) {
8686
label: 'Enable Starred',
8787
title: 'Marks all selected images as starred if they are not already',
8888
onclick: (e) => {
89+
// TODO: Pull the reference from the event, not from register context - or register specifically as a bulk handler
8990
if (!isStarred(e)) {
9091
toggleStar(fullsrc, src);
9192
}

0 commit comments

Comments
 (0)