Refresh marker panel on marker create (#2502)

* Update scene markers on create
* Improve display of markers without titles
* Fix marker title not populating
This commit is contained in:
WithoutPants
2022-04-21 11:33:04 +10:00
committed by GitHub
parent 340f47cda8
commit 9e606feb76
6 changed files with 21 additions and 7 deletions

View File

@@ -251,6 +251,7 @@ const sceneMarkerMutationImpactedQueries = [
GQL.FindScenesDocument,
GQL.FindSceneMarkersDocument,
GQL.MarkerStringsDocument,
GQL.FindSceneMarkerTagsDocument,
];
export const useSceneMarkerCreate = () =>