1
0
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:
Romain Théry 2020-04-27 16:31:56 +02:00
parent 656196005c
commit c57991944c

View File

@ -75,5 +75,9 @@ namespace XNodeEditor {
Close();
}
}
private void OnDestroy() {
EditorGUIUtility.editingTextField = false;
}
}
}