After searching through this forum for history custom
and history effect
, it doesn’t seem like it is currently possible to modify the history plugin to support custom effects (there is the invertedEffects
plugin but simply supplying it doesn’t seem to be achieving anything). Unless I am mistaken, is this not possible? What would prevent it from being possible? I am trying to avoid (re-)writing my own version of the plugin
You’ll have to be more specific about what you mean by “custom effects” here. indertedEffects
does what it says in the docs—it allows you to store effects in the history that are applied when a given transaction is undone.
Thank you for the clarification! It turns out that there was a bug in my code that was preventing the invertedEffects.of
Facet to work