LogicEditor | Graph is not saved when using Hotkeys
Summary
Using Hotkeys, namely CTRL+S, to save does not work in the Graph Window. Instead, this seems to save the current scene. This behaviour can be viewed as unintended, as while saving happens, it does not happen in the correct active context (which would be the graph).
Steps to reproduce
- Open a graph
- Add a node
- Hit CTRL+S
- Close the graph without saving via the dialog popup
- Re-Open the graph
- The node added in
2
will be gone
What is the current bug behavior?
Graphs do not save when using hotkeys
What is the expected correct behavior?
Graphs should save when using hotkeys
Version
All
Build Target
All
Mode
All
Relevant logs and/or screenshots
N/A
Possible fixes
- Listen to
EditorSceneManager.sceneSaving
when the graph is open and if this is triggered, save the graph as well. SceneSaving