Skip to content

Commit

Permalink
#505 Undo/redo is broken in vector selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriána Kohanová committed Jan 26, 2021
1 parent 5e695a2 commit d1b73f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/reducers/tracking/trackingActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export const findTrackAction = (action, state) => {
object_id: objectName,
oldValue: oldObjectName,
value: objectName,
text: `${actionDescription.CLASS} ${objectName} ${actionDescription.SELECTED}`
text: `${actionDescription.CLASS} ${actionDescription.CHANGED} from value: ${oldObjectName} to value: ${objectName}`
};
}
} else if (action.type === previewCompoundConstants.SET_COMPOUND_CLASSES) {
Expand Down

0 comments on commit d1b73f2

Please sign in to comment.