Undo hard-codes selector classes instead of using user-configured values
Description
The Undo decorator generates markup that hard-codes selector class names into the HTML, despite the fact that the selectors are specified in the defaults, and a can be overridden by the implementer. If the implementer does override them, the showing/hiding of the controls will fail, because it will try to show/hide elements with the customized selectors, while the generated markup has the defaults.
The Undo decorator generates markup that hard-codes selector class names into the HTML, despite the fact that the selectors are specified in the defaults, and a can be overridden by the implementer. If the implementer does override them, the showing/hiding of the controls will fail, because it will try to show/hide elements with the customized selectors, while the generated markup has the defaults.