Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dqnykamp committed Dec 21, 2024
1 parent 156ca62 commit f346ed2
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions client/src/Tools/_framework/ToolPanels/RemixedFrom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,10 @@ export function RemixedFrom({
if (ch.prevChanged) {
// The previous doc changed since it was remixed.
changeText = "*Changed since copied";
// // Check if this activity's doc change since then
// let thisActivityDocChanged = thisCid !== ch.prevCid;
// if (thisActivityDocChanged) {
// changeText =
// "The original doc changed and so did this one, so would have to merge changes";
// } else {
// changeText =
// "The original doc changed but this one did not, so could just copy over changes.";
// }

// TODO: do we want want to prompt to copy over changes if this activity's doc
// has not changed since remixing?
// I.e., if thisCid === ch.prevCid;
} else {
changeText = "";
}
Expand Down

0 comments on commit f346ed2

Please sign in to comment.