We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e426dae + 7ac92ac commit d1e4ce5Copy full SHA for d1e4ce5
src/service/post/post-file-map.ts
@@ -48,7 +48,7 @@ export namespace PostFileMapManager {
48
await LocalState.setState(storageKey, maps.filter(validatePostFileMap))
49
if (emitEvent) {
50
postDataProvider.fireTreeDataChangedEvent(postId)
51
- postCategoryDataProvider.refresh()
+ postCategoryDataProvider.onPostUpdated({ refreshPost: false, postIds: [postId] })
52
}
53
54
0 commit comments