mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
Reset EditorGUIUtility.editingTextField when closing popup
This commit is contained in:
parent
656196005c
commit
c57991944c
@ -75,5 +75,9 @@ namespace XNodeEditor {
|
|||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void OnDestroy() {
|
||||||
|
EditorGUIUtility.editingTextField = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user