mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
Whelp, that's embarassing
This commit is contained in:
parent
7599b4ae7d
commit
00ca95b452
@ -73,7 +73,7 @@ namespace XNodeEditor {
|
||||
/// <summary> Handle Selection Change events</summary>
|
||||
private void OnSelectionChange() {
|
||||
var nodeGraph = Selection.activeObject as XNode.NodeGraph;
|
||||
if (nodeGraph && !AssetDatatbase.Contains(nodeGraph)) {
|
||||
if (nodeGraph && !AssetDatabase.Contains(nodeGraph)) {
|
||||
Open(nodeGraph);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user