FXMisc / UndoFX

Undo manager for JavaFX
BSD 2-Clause "Simplified" License
99 stars 17 forks source link

Apply undos and redos using the same Consumer #28

Closed JordanMartinez closed 6 years ago

JordanMartinez commented 6 years ago

26 added the capability to apply undos and redos differently. This was added for FXMisc/RichTextFX#695. However, I realized in FXMisc/RichTextFX#702 that this capability was not needed (and might actually cause more problems later on). So, I'm removing this capability.