nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Undo action in dialogue editor is not working #592

Closed pavelperc closed 2 months ago

pavelperc commented 2 months ago

Describe the bug Undo action in dialogue editor is not working.

Affected version

To Reproduce

  1. Open dialogue editor.
  2. Edit dialogue.
  3. Press Cmd+Z

Expected behaviour Last text will be deleted.

Actual behaviour Undoing steps from latest opened scene.

pavelperc commented 2 months ago

Sorry. Seems like it was fixed when I saved the dialogue, but this is strange anyway. UPD. It appeared again.

nathanhoad commented 2 months ago

The undo functionality is something provided by Godot and not something in Dialogue Manager itself.