nathanhoad / godot_dialogue_manager

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

Cursor goes back to the beginning of the file when the file is saved after being modified #620

Closed gatomesa closed 1 month ago

gatomesa commented 1 month ago

Describe the bug When you save a dialogue file after modifying it, the cursor goes back to the beginning of the file, no matter where it was before saving.

Affected version

To Reproduce Steps to reproduce the behavior:

  1. Write something in a dialogue file.
  2. Save the file.
  3. The cursor will go back to the beginning of the file, no matter where it was previously.

Expected behavior The cursor should stay where it was before you saved.