Fixed editor not saving added tags #885

This commit is contained in:
Chandler Cox
2023-01-19 15:57:51 -06:00
parent eaa63e679e
commit fb12e63bb1

View File

@@ -260,6 +260,8 @@ namespace FlaxEditor.CustomEditors.Editors
// Reload editor window to reflect new tag
assetWindow?.RefreshAsset();
assetWindow?.MarkAsEdited();
assetWindow?.Save();
}
};
dialog.Closed += popup =>